public final class CanonicalIntArraySet extends CanonicalSet<int[]>
| Constructor and Description |
|---|
CanonicalIntArraySet() |
| Modifier and Type | Method and Description |
|---|---|
protected Entry<int[]> |
createEntry(int[] array) |
protected boolean |
hasProperType(Object o) |
add, contains, get, iterator, remove, retainAll, sizeequals, hashCode, removeAlladdAll, clear, containsAll, isEmpty, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, clear, containsAll, isEmpty, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected Entry<int[]> createEntry(int[] array)
createEntry in class CanonicalSet<int[]>protected boolean hasProperType(Object o)
hasProperType in class CanonicalSet<int[]>o - object to checkCopyright © 2018. All rights reserved.