Uses of Interface
org.magicwerk.brownies.collections.primitive.IShortListable
-
Packages that use IShortListable Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of IShortListable in org.magicwerk.brownies.collections.primitive
Classes in org.magicwerk.brownies.collections.primitive that implement IShortListable Modifier and Type Class Description classIShortListClassIShortListis the abstract class which offers all interfaces implemented by ArrayList.protected static classIShortList.IShortListableFromArrayWrapper to treat an array asIShortListable.protected static classIShortList.IShortListableFromCollectionWrapper to treat aCollectionasIShortListable.protected static classIShortList.IShortListableFromListWrapper to treat aListasIShortListable.protected static classIShortList.IShortListableFromMultWrapper to treat a repeated element asIShortListable.classShortBigListShortBigList is a list optimized for storing large number of elements.protected static classShortBigList.ReadOnlyShortBigListA read-only version ofKey1List.(package private) static classShortBigList.ShortBlockA block stores in maximum blockSize number of elements.classShortGapListClass {link ShortGapList} combines the strengths of bothArrayListandLinkedList.protected static classShortGapList.ReadOnlyListA read-only version ofShortGapList.Methods in org.magicwerk.brownies.collections.primitive that return IShortListable Modifier and Type Method Description protected IShortListableIShortList. asIShortListable(java.util.Collection<java.lang.Short> coll)Return correct IShortListable for passed collection.Methods in org.magicwerk.brownies.collections.primitive with parameters of type IShortListable Modifier and Type Method Description protected booleanIShortList. doAddAll(int index, IShortListable list)Helper method for adding multiple elements to the list.protected booleanShortBigList. doAddAll(int index, IShortListable list)private voidShortBigList. doAddAllHead(IShortListable list, int addPos, int addLen, int space)private voidShortBigList. doAddAllMiddle(IShortListable list, int addPos)private voidShortBigList. doAddAllTail(IShortListable list, int addPos, int addLen, int space)protected voidIShortList. doInitAll(IShortListable list)protected voidIShortList. doPutAll(int index, IShortListable list)protected booleanIShortList. doReplace(int index, int len, IShortListable list)protected voidIShortList. replace(int index, int len, IShortListable list)
-