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

Variable Index

 o name
Entry Key must define following functions equals() hashCode()
 o value

Constructor Index

 o Entry()
Constructors
 o Entry(Entry)
 o Entry(Object, Object)

Method Index

 o clone()
 o finalize()
 o toString()

Variables

 o name
 public Object name
Entry Key must define following functions equals() hashCode()

 o value
 public Object value

Constructors

 o Entry
 public Entry()
Constructors

See Also:
class, method
 o Entry
 public Entry(Object tkey,
              Object val)
 o Entry
 public Entry(Entry t)

Methods

 o finalize
 protected void finalize() throws Throwable
Overrides:
finalize in class Object
 o clone
 public Object clone()
Overrides:
clone in class Object
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index