GP.Collections
Class Keyed
java.lang.Object
|
+--GP.Collections.Keyed
- public class Keyed
- extends java.lang.Object
Constructor Summary |
Keyed()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Keyed
public Keyed()
AddElement
public void AddElement(java.lang.Object key,
java.lang.Object item)
RemoveElement
public java.lang.Object RemoveElement(java.lang.Object key)
GetElement
public java.lang.Object GetElement(java.lang.Object key)
DoForEach
public void DoForEach(Doable action)
GetCurrentElement
public java.lang.Object GetCurrentElement()
NumElements
public int NumElements()