Uses of Interface
org.magicwerk.brownies.collections.primitive.IFloatListable
Packages that use IFloatListable
Package
Description
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 IFloatListableModifier and TypeClassDescriptionclassFloatBigList is a list optimized for storing large number of elements.(package private) static classA block stores in maximum blockSize number of elements.protected static classA read-only version of.invalid reference
Key1ListclassClass {link FloatGapList} combines the strengths of bothArrayListandLinkedList.protected static classA read-only version ofFloatGapList.classClassIFloatListis the abstract class which offers all interfaces implemented by ArrayList.protected static classWrapper to treat an array asIFloatListable.protected static classWrapper to treat aCollectionasIFloatListable.protected static classWrapper to treat aListasIFloatListable.protected static classWrapper to treat a repeated element asIFloatListable.Methods in org.magicwerk.brownies.collections.primitive that return IFloatListableModifier and TypeMethodDescriptionprotected IFloatListableIFloatList.asIFloatListable(Collection<Float> coll) Return correct IFloatListable for passed collection.Methods in org.magicwerk.brownies.collections.primitive with parameters of type IFloatListableModifier and TypeMethodDescriptionprotected 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)