Class NgramMap.Entry<T>

  • Enclosing interface:
    NgramMap<V>

    public static class NgramMap.Entry<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] key  
      T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(int[] key, T value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • key

        public int[] key
      • value

        public T value
    • Constructor Detail

      • Entry

        public Entry​(int[] key,
                     T value)
        Parameters:
        key -
        value -