public class Base64CharList extends ReadOnlyCharList
Modifier and Type | Field and Description |
---|---|
static int |
UNMAPPED |
chars
modCount
Modifier | Constructor and Description |
---|---|
|
Base64CharList() |
protected |
Base64CharList(char[] chars) |
Modifier and Type | Method and Description |
---|---|
static char[] |
build() |
protected static char[] |
buildBase() |
static int[] |
reverse(char[] chars) |
get, getChar, size
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public static final int UNMAPPED
Copyright © 2009–2017 Mark A. Ziesemer. All rights reserved.