Uses of Interface
org.magicwerk.brownies.collections.primitive.IBooleanListable
-
Packages that use IBooleanListable Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of IBooleanListable in org.magicwerk.brownies.collections.primitive
Classes in org.magicwerk.brownies.collections.primitive that implement IBooleanListable Modifier and Type Class Description classBooleanBigListBooleanBigList is a list optimized for storing large number of elements.(package private) static classBooleanBigList.BooleanBlockA block stores in maximum blockSize number of elements.protected static classBooleanBigList.ReadOnlyBooleanBigListA read-only version ofKey1List.classBooleanGapListClass {link BooleanGapList} combines the strengths of bothArrayListandLinkedList.protected static classBooleanGapList.ReadOnlyListA read-only version ofBooleanGapList.classIBooleanListClassIBooleanListis the abstract class which offers all interfaces implemented by ArrayList.protected static classIBooleanList.IBooleanListableFromArrayWrapper to treat an array asIBooleanListable.protected static classIBooleanList.IBooleanListableFromCollectionWrapper to treat aCollectionasIBooleanListable.protected static classIBooleanList.IBooleanListableFromListWrapper to treat aListasIBooleanListable.protected static classIBooleanList.IBooleanListableFromMultWrapper to treat a repeated element asIBooleanListable.Methods in org.magicwerk.brownies.collections.primitive that return IBooleanListable Modifier and Type Method Description protected IBooleanListableIBooleanList. asIBooleanListable(java.util.Collection<java.lang.Boolean> coll)Return correct IBooleanListable for passed collection.Methods in org.magicwerk.brownies.collections.primitive with parameters of type IBooleanListable Modifier and Type Method Description protected booleanBooleanBigList. doAddAll(int index, IBooleanListable list)protected booleanIBooleanList. doAddAll(int index, IBooleanListable list)Helper method for adding multiple elements to the list.private voidBooleanBigList. doAddAllHead(IBooleanListable list, int addPos, int addLen, int space)private voidBooleanBigList. doAddAllMiddle(IBooleanListable list, int addPos)private voidBooleanBigList. doAddAllTail(IBooleanListable list, int addPos, int addLen, int space)protected voidIBooleanList. doInitAll(IBooleanListable list)protected voidIBooleanList. doPutAll(int index, IBooleanListable list)protected booleanIBooleanList. doReplace(int index, int len, IBooleanListable list)protected voidIBooleanList. replace(int index, int len, IBooleanListable list)
-