Uses of Interface
org.magicwerk.brownies.collections.primitive.IIntListable
-
Packages that use IIntListable Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of IIntListable in org.magicwerk.brownies.collections.primitive
Classes in org.magicwerk.brownies.collections.primitive that implement IIntListable Modifier and Type Class Description classIIntListClassIIntListis the abstract class which offers all interfaces implemented by ArrayList.protected static classIIntList.IIntListableFromArrayWrapper to treat an array asIIntListable.protected static classIIntList.IIntListableFromCollectionWrapper to treat aCollectionasIIntListable.protected static classIIntList.IIntListableFromListWrapper to treat aListasIIntListable.protected static classIIntList.IIntListableFromMultWrapper to treat a repeated element asIIntListable.classIntBigListIntBigList is a list optimized for storing large number of elements.(package private) static classIntBigList.IntBlockA block stores in maximum blockSize number of elements.protected static classIntBigList.ReadOnlyIntBigListA read-only version ofKey1List.classIntGapListClass {link IntGapList} combines the strengths of bothArrayListandLinkedList.protected static classIntGapList.ReadOnlyListA read-only version ofIntGapList.Methods in org.magicwerk.brownies.collections.primitive that return IIntListable Modifier and Type Method Description protected IIntListableIIntList. asIIntListable(java.util.Collection<java.lang.Integer> coll)Return correct IIntListable for passed collection.Methods in org.magicwerk.brownies.collections.primitive with parameters of type IIntListable Modifier and Type Method Description protected booleanIIntList. doAddAll(int index, IIntListable list)Helper method for adding multiple elements to the list.protected booleanIntBigList. doAddAll(int index, IIntListable list)private voidIntBigList. doAddAllHead(IIntListable list, int addPos, int addLen, int space)private voidIntBigList. doAddAllMiddle(IIntListable list, int addPos)private voidIntBigList. doAddAllTail(IIntListable list, int addPos, int addLen, int space)protected voidIIntList. doInitAll(IIntListable list)protected voidIIntList. doPutAll(int index, IIntListable list)protected booleanIIntList. doReplace(int index, int len, IIntListable list)protected voidIIntList. replace(int index, int len, IIntListable list)
-