All Packages Class Hierarchy This Package Previous Next Index
Class javaNOW.Entry
java.lang.Object
|
+----javaNOW.Entry
- public class Entry
- extends Object
- implements Cloneable, Serializable
Entry: Each message is identified by tuplie id and consists of access
and actual object.
- See Also:
- class, method
-
name
- Entry Key must define following functions
equals()
hashCode()
-
value
-
-
Entry()
- Constructors
-
Entry(Entry)
-
-
Entry(Object, Object)
-
-
clone()
-
-
finalize()
-
-
toString()
-
name
public Object name
- Entry Key must define following functions
equals()
hashCode()
value
public Object value
Entry
public Entry()
- Constructors
- See Also:
- class, method
Entry
public Entry(Object tkey,
Object val)
Entry
public Entry(Entry t)
finalize
protected void finalize() throws Throwable
- Overrides:
- finalize in class Object
clone
public Object clone()
- Overrides:
- clone in class Object
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index