public final class MessageHistory extends ObjectSE implements ListSE<PropertiesSE>, SerializableSE
修飾子と型 | クラスと説明 |
---|---|
static class | MessageHistory.Entry 履歴の各エントリの内部クラス。 |
修飾子と型 | フィールドと説明 |
---|---|
static StringSE | HEADER_NAME |
static StringSE | NAME_PROPERTY |
static StringSE | TIMESTAMP_PROPERTY |
static StringSE | TYPE_PROPERTY |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
equalsSE, hashCodeSE, replaceAllSE, sortSE, spliteratorSE
parallelStreamSE, removeIfSE, streamSE
forEachSE
@Nullable public static MessageHistory read(@Nullable Message<?> message)
public static <T> Message<T> write(Message<T> message, NamedComponent component)
public static <T> Message<T> write(Message<T> messageArg, NamedComponent component, MessageBuilderFactory messageBuilderFactory)
public int size()
CollectionSE<PropertiesSE>
の sizeSE
ListSE<PropertiesSE>
の sizeSE
public boolean isEmpty()
CollectionSE<PropertiesSE>
の isEmptySE
ListSE<PropertiesSE>
の isEmptySE
public boolean contains(ObjectSE o)
CollectionSE<PropertiesSE>
の containsSE
ListSE<PropertiesSE>
の containsSE
public boolean containsAll(CollectionSE<?> c)
CollectionSE<PropertiesSE>
の containsAllSE
ListSE<PropertiesSE>
の containsAllSE
public PropertiesSE get(int index)
ListSE<PropertiesSE>
の getSE
public IteratorSE<PropertiesSE> iterator()
IterableSE<PropertiesSE>
の iteratorSE
CollectionSE<PropertiesSE>
の iteratorSE
ListSE<PropertiesSE>
の iteratorSE
public ListIteratorSE<PropertiesSE> listIterator()
ListSE<PropertiesSE>
の listIteratorSE
public ListIteratorSE<PropertiesSE> listIterator(int index)
ListSE<PropertiesSE>
の listIteratorSE
public ListSE<PropertiesSE> subList(int fromIndex, int toIndex)
ListSE<PropertiesSE>
の subListSE
public ObjectSE[] toArray()
CollectionSE<PropertiesSE>
の toArraySE
ListSE<PropertiesSE>
の toArraySE
public <T> T[] toArray(T[] a)
CollectionSE<PropertiesSE>
の toArraySE
ListSE<PropertiesSE>
の toArraySE
public int indexOf(ObjectSE o)
ListSE<PropertiesSE>
の indexOfSE
public int lastIndexOf(ObjectSE o)
ListSE<PropertiesSE>
の lastIndexOfSE
public StringSE toString()
ObjectSE
の toStringSE
public boolean add(PropertiesSE e)
CollectionSE<PropertiesSE>
の addSE
ListSE<PropertiesSE>
の addSE
public void add(int index, PropertiesSE element)
ListSE<PropertiesSE>
の addSE
public boolean addAll(CollectionSE<? extends PropertiesSE> c)
CollectionSE<PropertiesSE>
の addAllSE
ListSE<PropertiesSE>
の addAllSE
public boolean addAll(int index, CollectionSE<? extends PropertiesSE> c)
ListSE<PropertiesSE>
の addAllSE
public PropertiesSE set(int index, PropertiesSE element)
ListSE<PropertiesSE>
の setSE
public PropertiesSE remove(int index)
ListSE<PropertiesSE>
の removeSE
public boolean remove(ObjectSE o)
CollectionSE<PropertiesSE>
の removeSE
ListSE<PropertiesSE>
の removeSE
public boolean removeAll(CollectionSE<?> c)
CollectionSE<PropertiesSE>
の removeAllSE
ListSE<PropertiesSE>
の removeAllSE
public boolean retainAll(CollectionSE<?> c)
CollectionSE<PropertiesSE>
の retainAllSE
ListSE<PropertiesSE>
の retainAllSE
public void clear()
CollectionSE<PropertiesSE>
の clearSE
ListSE<PropertiesSE>
の clearSE