Uses of Interface
org.magicwerk.brownies.collections.primitive.IByteListable
-
Packages that use IByteListable Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of IByteListable in org.magicwerk.brownies.collections.primitive
Classes in org.magicwerk.brownies.collections.primitive that implement IByteListable Modifier and Type Class Description classByteBigListByteBigList is a list optimized for storing large number of elements.(package private) static classByteBigList.ByteBlockA block stores in maximum blockSize number of elements.protected static classByteBigList.ReadOnlyByteBigListA read-only version ofKey1List.classByteGapListClass {link ByteGapList} combines the strengths of bothArrayListandLinkedList.protected static classByteGapList.ReadOnlyListA read-only version ofByteGapList.classIByteListClassIByteListis the abstract class which offers all interfaces implemented by ArrayList.protected static classIByteList.IByteListableFromArrayWrapper to treat an array asIByteListable.protected static classIByteList.IByteListableFromCollectionWrapper to treat aCollectionasIByteListable.protected static classIByteList.IByteListableFromListWrapper to treat aListasIByteListable.protected static classIByteList.IByteListableFromMultWrapper to treat a repeated element asIByteListable.Methods in org.magicwerk.brownies.collections.primitive that return IByteListable Modifier and Type Method Description protected IByteListableIByteList. asIByteListable(java.util.Collection<java.lang.Byte> coll)Return correct IByteListable for passed collection.Methods in org.magicwerk.brownies.collections.primitive with parameters of type IByteListable Modifier and Type Method Description protected booleanByteBigList. doAddAll(int index, IByteListable list)protected booleanIByteList. doAddAll(int index, IByteListable list)Helper method for adding multiple elements to the list.private voidByteBigList. doAddAllHead(IByteListable list, int addPos, int addLen, int space)private voidByteBigList. doAddAllMiddle(IByteListable list, int addPos)private voidByteBigList. doAddAllTail(IByteListable list, int addPos, int addLen, int space)protected voidIByteList. doInitAll(IByteListable list)protected voidIByteList. doPutAll(int index, IByteListable list)protected booleanIByteList. doReplace(int index, int len, IByteListable list)protected voidIByteList. replace(int index, int len, IByteListable list)
-