Class LongToIntHashMap.Entry

java.lang.Object
edu.berkeley.nlp.lm.collections.LongToIntHashMap.Entry
All Implemented Interfaces:
Comparable<LongToIntHashMap.Entry>, Map.Entry<Long,Integer>
Enclosing class:
LongToIntHashMap

public class LongToIntHashMap.Entry extends Object implements Map.Entry<Long,Integer>, Comparable<LongToIntHashMap.Entry>