org.nuiton.util
Class LRUMapMultiKey.Key

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<Object>
              extended by org.nuiton.util.LRUMapMultiKey.Key
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess
Enclosing class:
LRUMapMultiKey

public static class LRUMapMultiKey.Key
extends ArrayList<Object>

Author:
poussin
See Also:
Serialized Form

Field Summary
protected  int hash
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
LRUMapMultiKey.Key(Object... k)
           
 
Method Summary
 int hashCode()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Field Detail

hash

protected int hash
Constructor Detail

LRUMapMultiKey.Key

public LRUMapMultiKey.Key(Object... k)
Method Detail

hashCode

public int hashCode()
Specified by:
hashCode in interface Collection<Object>
Specified by:
hashCode in interface List<Object>
Overrides:
hashCode in class AbstractList<Object>


Copyright © 2004-2010 CodeLutin. All Rights Reserved.