Class TriMap.Entry<T1,​T2,​T3>

  • Enclosing class:
    TriMap<T1,​T2,​T3>

    public static class TriMap.Entry<T1,​T2,​T3>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      T1 mT1  
      T2 mT2  
      T3 mT3  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(T1 iT1, T2 iT2, T3 iT3)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • mT1

        public final T1 mT1
      • mT2

        public final T2 mT2
      • mT3

        public final T3 mT3
    • Constructor Detail

      • Entry

        public Entry​(T1 iT1,
                     T2 iT2,
                     T3 iT3)