public static class LRUMapMultiKey.Key extends ArrayList<Object>
Modifier and Type | Field and Description |
---|---|
protected int |
hash |
modCount
Modifier and Type | Method and Description |
---|---|
int |
hashCode() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals
parallelStream, stream
public Key(Object... k)
public int hashCode()
hashCode
in interface Collection<Object>
hashCode
in interface List<Object>
hashCode
in class AbstractList<Object>
Copyright © 2004–2020 CodeLutin. All rights reserved.