Uses of Interface
org.magicwerk.brownies.collections.primitive.IDoubleListable
-
Packages that use IDoubleListable Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of IDoubleListable in org.magicwerk.brownies.collections.primitive
Classes in org.magicwerk.brownies.collections.primitive that implement IDoubleListable Modifier and Type Class Description classDoubleBigListDoubleBigList is a list optimized for storing large number of elements.(package private) static classDoubleBigList.DoubleBlockA block stores in maximum blockSize number of elements.protected static classDoubleBigList.ReadOnlyDoubleBigListA read-only version ofKey1List.classDoubleGapListClass {link DoubleGapList} combines the strengths of bothArrayListandLinkedList.protected static classDoubleGapList.ReadOnlyListA read-only version ofDoubleGapList.classIDoubleListClassIDoubleListis the abstract class which offers all interfaces implemented by ArrayList.protected static classIDoubleList.IDoubleListableFromArrayWrapper to treat an array asIDoubleListable.protected static classIDoubleList.IDoubleListableFromCollectionWrapper to treat aCollectionasIDoubleListable.protected static classIDoubleList.IDoubleListableFromListWrapper to treat aListasIDoubleListable.protected static classIDoubleList.IDoubleListableFromMultWrapper to treat a repeated element asIDoubleListable.Methods in org.magicwerk.brownies.collections.primitive that return IDoubleListable Modifier and Type Method Description protected IDoubleListableIDoubleList. asIDoubleListable(java.util.Collection<java.lang.Double> coll)Return correct IDoubleListable for passed collection.Methods in org.magicwerk.brownies.collections.primitive with parameters of type IDoubleListable Modifier and Type Method Description protected booleanDoubleBigList. doAddAll(int index, IDoubleListable list)protected booleanIDoubleList. doAddAll(int index, IDoubleListable list)Helper method for adding multiple elements to the list.private voidDoubleBigList. doAddAllHead(IDoubleListable list, int addPos, int addLen, int space)private voidDoubleBigList. doAddAllMiddle(IDoubleListable list, int addPos)private voidDoubleBigList. doAddAllTail(IDoubleListable list, int addPos, int addLen, int space)protected voidIDoubleList. doInitAll(IDoubleListable list)protected voidIDoubleList. doPutAll(int index, IDoubleListable list)protected booleanIDoubleList. doReplace(int index, int len, IDoubleListable list)protected voidIDoubleList. replace(int index, int len, IDoubleListable list)
-