Uses of Interface
org.magicwerk.brownies.collections.primitive.ICharListable
-
Packages that use ICharListable Package Description org.magicwerk.brownies.collections.primitive This packages contains implementations of GapList and BigList for primitive data types. -
-
Uses of ICharListable in org.magicwerk.brownies.collections.primitive
Classes in org.magicwerk.brownies.collections.primitive that implement ICharListable Modifier and Type Class Description classCharBigListCharBigList is a list optimized for storing large number of elements.(package private) static classCharBigList.CharBlockA block stores in maximum blockSize number of elements.protected static classCharBigList.ReadOnlyCharBigListA read-only version ofKey1List.classCharGapListClass {link CharGapList} combines the strengths of bothArrayListandLinkedList.protected static classCharGapList.ReadOnlyListA read-only version ofCharGapList.classICharListClassICharListis the abstract class which offers all interfaces implemented by ArrayList.protected static classICharList.ICharListableFromArrayWrapper to treat an array asICharListable.protected static classICharList.ICharListableFromCollectionWrapper to treat aCollectionasICharListable.protected static classICharList.ICharListableFromListWrapper to treat aListasICharListable.protected static classICharList.ICharListableFromMultWrapper to treat a repeated element asICharListable.Methods in org.magicwerk.brownies.collections.primitive that return ICharListable Modifier and Type Method Description protected ICharListableICharList. asICharListable(java.util.Collection<java.lang.Character> coll)Return correct ICharListable for passed collection.Methods in org.magicwerk.brownies.collections.primitive with parameters of type ICharListable Modifier and Type Method Description protected booleanCharBigList. doAddAll(int index, ICharListable list)protected booleanICharList. doAddAll(int index, ICharListable list)Helper method for adding multiple elements to the list.private voidCharBigList. doAddAllHead(ICharListable list, int addPos, int addLen, int space)private voidCharBigList. doAddAllMiddle(ICharListable list, int addPos)private voidCharBigList. doAddAllTail(ICharListable list, int addPos, int addLen, int space)protected voidICharList. doInitAll(ICharListable list)protected voidICharList. doPutAll(int index, ICharListable list)protected booleanICharList. doReplace(int index, int len, ICharListable list)protected voidICharList. replace(int index, int len, ICharListable list)
-