Uses of Interface
org.magicwerk.brownies.collections.primitive.IFloatListable
-
Packages that use IFloatListable Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of IFloatListable in org.magicwerk.brownies.collections.primitive
Classes in org.magicwerk.brownies.collections.primitive that implement IFloatListable Modifier and Type Class Description classFloatBigListFloatBigList is a list optimized for storing large number of elements.(package private) static classFloatBigList.FloatBlockA block stores in maximum blockSize number of elements.protected static classFloatBigList.ReadOnlyFloatBigListA read-only version ofKey1List.classFloatGapListClass {link FloatGapList} combines the strengths of bothArrayListandLinkedList.protected static classFloatGapList.ReadOnlyListA read-only version ofFloatGapList.classIFloatListClassIFloatListis the abstract class which offers all interfaces implemented by ArrayList.protected static classIFloatList.IFloatListableFromArrayWrapper to treat an array asIFloatListable.protected static classIFloatList.IFloatListableFromCollectionWrapper to treat aCollectionasIFloatListable.protected static classIFloatList.IFloatListableFromListWrapper to treat aListasIFloatListable.protected static classIFloatList.IFloatListableFromMultWrapper to treat a repeated element asIFloatListable.Methods in org.magicwerk.brownies.collections.primitive that return IFloatListable Modifier and Type Method Description protected IFloatListableIFloatList. asIFloatListable(java.util.Collection<java.lang.Float> coll)Return correct IFloatListable for passed collection.Methods in org.magicwerk.brownies.collections.primitive with parameters of type IFloatListable Modifier and Type Method Description protected booleanFloatBigList. doAddAll(int index, IFloatListable list)protected booleanIFloatList. doAddAll(int index, IFloatListable list)Helper method for adding multiple elements to the list.private voidFloatBigList. doAddAllHead(IFloatListable list, int addPos, int addLen, int space)private voidFloatBigList. doAddAllMiddle(IFloatListable list, int addPos)private voidFloatBigList. doAddAllTail(IFloatListable list, int addPos, int addLen, int space)protected voidIFloatList. doInitAll(IFloatListable list)protected voidIFloatList. doPutAll(int index, IFloatListable list)protected booleanIFloatList. doReplace(int index, int len, IFloatListable list)protected voidIFloatList. replace(int index, int len, IFloatListable list)
-