com.codestudio.util
Class FastMap._Entry
java.lang.Object
|
+--com.codestudio.util.FastMap._Entry
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- FastMap
- public final class FastMap._Entry
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_key
public final java.lang.Object _key
_value
public java.lang.Object _value
_next
public FastMap._Entry _next
FastMap._Entry
public FastMap._Entry(java.lang.Object key,
java.lang.Object value,
FastMap._Entry next)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2001 The Code Studio. All Rights Reserved.