Uses of Interface
org.magicwerk.brownies.collections.primitive.IByteListable
Packages that use IByteListable
Package
Description
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 IByteListableModifier and TypeClassDescriptionclassByteBigList is a list optimized for storing large number of elements.(package private) static classA block stores in maximum blockSize number of elements.protected static classA read-only version of.invalid reference
Key1ListclassClass {link ByteGapList} combines the strengths of bothArrayListandLinkedList.protected static classA read-only version ofByteGapList.classClassIByteListis the abstract class which offers all interfaces implemented by ArrayList.protected static classWrapper to treat an array asIByteListable.protected static classWrapper to treat aCollectionasIByteListable.protected static classWrapper to treat aListasIByteListable.protected static classWrapper to treat a repeated element asIByteListable.Methods in org.magicwerk.brownies.collections.primitive that return IByteListableModifier and TypeMethodDescriptionprotected IByteListableIByteList.asIByteListable(Collection<Byte> coll) Return correct IByteListable for passed collection.Methods in org.magicwerk.brownies.collections.primitive with parameters of type IByteListableModifier and TypeMethodDescriptionprotected 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)