Uses of Interface
org.magicwerk.brownies.collections.primitive.ILongListable
-
Packages that use ILongListable Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of ILongListable in org.magicwerk.brownies.collections.primitive
Classes in org.magicwerk.brownies.collections.primitive that implement ILongListable Modifier and Type Class Description classILongListClassILongListis the abstract class which offers all interfaces implemented by ArrayList.protected static classILongList.ILongListableFromArrayWrapper to treat an array asILongListable.protected static classILongList.ILongListableFromCollectionWrapper to treat aCollectionasILongListable.protected static classILongList.ILongListableFromListWrapper to treat aListasILongListable.protected static classILongList.ILongListableFromMultWrapper to treat a repeated element asILongListable.classLongBigListLongBigList is a list optimized for storing large number of elements.(package private) static classLongBigList.LongBlockA block stores in maximum blockSize number of elements.protected static classLongBigList.ReadOnlyLongBigListA read-only version ofKey1List.classLongGapListClass {link LongGapList} combines the strengths of bothArrayListandLinkedList.protected static classLongGapList.ReadOnlyListA read-only version ofLongGapList.Methods in org.magicwerk.brownies.collections.primitive that return ILongListable Modifier and Type Method Description protected ILongListableILongList. asILongListable(java.util.Collection<java.lang.Long> coll)Return correct ILongListable for passed collection.Methods in org.magicwerk.brownies.collections.primitive with parameters of type ILongListable Modifier and Type Method Description protected booleanILongList. doAddAll(int index, ILongListable list)Helper method for adding multiple elements to the list.protected booleanLongBigList. doAddAll(int index, ILongListable list)private voidLongBigList. doAddAllHead(ILongListable list, int addPos, int addLen, int space)private voidLongBigList. doAddAllMiddle(ILongListable list, int addPos)private voidLongBigList. doAddAllTail(ILongListable list, int addPos, int addLen, int space)protected voidILongList. doInitAll(ILongListable list)protected voidILongList. doPutAll(int index, ILongListable list)protected booleanILongList. doReplace(int index, int len, ILongListable list)protected voidILongList. replace(int index, int len, ILongListable list)
-