http://www.jpicedt.org

jpicedt.format.input.util
Class Pool.Key<T>

java.lang.Object
  extended by jpicedt.format.input.util.Pool.Key<T>
Enclosing class:
Pool

public static class Pool.Key<T>
extends Object

Enforces use of strong typing for keys being pushed in the map . The typevariable T represents the value's type attached to this key.


Constructor Summary
Pool.Key(String str)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pool.Key

public Pool.Key(String str)
Parameters:
str - may be chosen with debugging in view (not used otherwise)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org