Class PdaUtil.Identity<T>

  • Enclosing class:
    PdaUtil

    protected static class PdaUtil.Identity<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<T,​T> cache  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Identity()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get​(T t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cache

        protected java.util.Map<T,​T> cache
    • Constructor Detail

      • Identity

        protected Identity()
    • Method Detail

      • get

        public T get​(T t)