public static class NgramMap.Entry<T> extends java.lang.Object
int[]
key
T
value
Entry(int[] key, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int[] key
public T value
public Entry(int[] key, T value)