ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
ByteList() |
| Modifier and Type | Method and Description |
|---|---|
int |
calcChildren(boolean isDynamic,
boolean isLast) |
int |
calcLength(boolean isDynamic,
boolean isLast) |
BufferedBytes |
getBytes(boolean isDynamic) |
BaseItem |
getNewList(boolean keyValue) |
byte |
getTyp() |
boolean |
remove(java.lang.Object value) |
java.lang.String |
toString() |
java.lang.String |
toString(ByteConverter converter)
Convert the bytes to a String
|
java.lang.String |
toString(ByteConverter converter,
boolean dynamic)
Convert the bytes to a String
|
ByteList |
withAll(java.lang.Object... values) |
ByteList |
withTyp(java.lang.Byte value) |
SimpleList<ByteItem> |
withValue(java.lang.String value) |
void |
writeBytes(BufferedBytes buffer,
boolean isDynamic,
boolean last,
boolean isPrimitive)
Write the Entity to the buffer
|
clone, subListadd, add, addAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, remove, removeItemByObject, set, subSet, with, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, iterator, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValueItempublic BaseItem getNewList(boolean keyValue)
getNewList in interface BaseItemgetNewList in class SimpleList<ByteItem>public java.lang.String toString()
public java.lang.String toString(ByteConverter converter)
public java.lang.String toString(ByteConverter converter, boolean dynamic)
public BufferedBytes getBytes(boolean isDynamic)
public void writeBytes(BufferedBytes buffer, boolean isDynamic, boolean last, boolean isPrimitive)
ByteItemwriteBytes in interface ByteItembuffer - for writingisDynamic - dynamic switschlast - is the entity is the last of a listisPrimitive - need the entity no datatyppublic int calcLength(boolean isDynamic,
boolean isLast)
calcLength in interface ByteItemisDynamic - ByteStream for minimize outputisLast - is the Element is the Last of Grouppublic int calcChildren(boolean isDynamic,
boolean isLast)
public ByteList withTyp(java.lang.Byte value)
public SimpleList<ByteItem> withValue(java.lang.String value)
public ByteList withAll(java.lang.Object... values)
withAll in interface BaseItemwithAll in class AbstractList<ByteItem>public boolean remove(java.lang.Object value)
remove in interface java.util.Collection<ByteItem>remove in interface java.util.List<ByteItem>remove in class SimpleList<ByteItem>