Class ICharList.IReadOnlyCharListFromList
- java.lang.Object
-
- org.magicwerk.brownies.collections.primitive.ICharList
-
- org.magicwerk.brownies.collections.primitive.ICharList.IReadOnlyCharList
-
- org.magicwerk.brownies.collections.primitive.ICharList.IReadOnlyCharListFromList
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.CharSequence,java.lang.Cloneable
- Enclosing class:
- ICharList
protected static class ICharList.IReadOnlyCharListFromList extends ICharList.IReadOnlyCharList
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.magicwerk.brownies.collections.primitive.ICharList
ICharList.IReadOnlyCharList, ICharList.IReadOnlyCharListFromArray, ICharList.IReadOnlyCharListFromCollection, ICharList.IReadOnlyCharListFromList, ICharList.IReadOnlyCharListFromMult
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<java.lang.Character>list2
-
Constructor Summary
Constructors Constructor Description IReadOnlyCharListFromList(java.util.List<java.lang.Character> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected chardoGet(int index)Helper method for getting an element from the list.intsize()-
Methods inherited from class org.magicwerk.brownies.collections.primitive.ICharList.IReadOnlyCharList
binarySearch, capacity, doAdd, doAssign, doClone, doCreate, doEnsureCapacity, doRemove, doReSet, doSet, getDefaultElem, sort, trimToSize, unmodifiableList
-
Methods inherited from class org.magicwerk.brownies.collections.primitive.ICharList
add, add, addAll, addAll, addAll, addAll, addArray, addArray, addArray, addArray, addFirst, addIfAbsent, addLast, addMult, addMult, binarySearch, charAt, checkIndex, checkIndexAdd, checkLength, checkLengths, checkNonNull, checkRange, clear, clone, contains, containsAll, containsAny, containsIf, copy, copy, count, countIf, crop, doAddAll, doClear, doCreateArray, doGetAll, doModify, doRemoveAll, doReplaceAll, doRotate, doTransfer, doTransferSwap, drag, element, ensureCapacity, equals, equalsElem, extract, extractIf, fill, filter, filterMap, get, getAll, getAll, getDistinct, getFirst, getFirstOrNull, getIf, getLast, getLastOrNull, getSingle, getSingleOrNull, hashCode, hashCodeElem, indexOf, indexOf, indexOfIf, initAll, initAll, initArray, initMult, isEmpty, lastIndexOf, lastIndexOf, length, map, mapFilter, move, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, put, putAll, putAll, putArray, putMult, remove, remove, remove, removeAll, removeAll, removeAll, removeElem, removeFirst, removeFirstOccurrence, removeIf, removeLast, removeLastOccurrence, replaceAll, replaceAll, replaceArray, replaceMult, resize, retain, retainAll, retainAll, retainIf, reverse, reverse, rotate, rotate, set, setAll, setAll, setArray, setArray, setMult, sort, subSequence, swap, toArray, toArray, toArray, toArray, toArray, toArray, toArray, toString, transferCopy, transferMove, transferRemove, transferSwap, transform, transformedList
-
-
-
-
Method Detail
-
doGet
protected char doGet(int index)
Description copied from class:ICharListHelper method for getting an element from the list. This is the only method which really gets an element. Override if you need to validity checks before getting.
-
-