Class Pool.Key

  • Enclosing class:
    Pool

    public static class Pool.Key
    extends java.lang.Object
    Enforces use of strong typing for keys being pushed in the map .
    • Constructor Summary

      Constructors 
      Constructor Description
      Key​(java.lang.String str)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Key

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

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object