anvil.core
Class Array.Entry

java.lang.Object
  |
  +--anvil.core.Array.Entry
Enclosing class:
Array

public class Array.Entry
extends java.lang.Object

Array collision list.


Constructor Summary
Array.Entry()
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 java.lang.Object remove()
           
 java.lang.Object setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Array.Entry

public Array.Entry()
Method Detail

getKey

public java.lang.Object getKey()

getValue

public java.lang.Object getValue()

setValue

public java.lang.Object setValue(java.lang.Object value)

remove

public java.lang.Object remove()