edu.berkeley.nlp.lm.collections
Interface LongRepresentable<T>

All Superinterfaces:
Comparable<T>
All Known Implementing Classes:
LongRef, ProbBackoffPair

public interface LongRepresentable<T>
extends Comparable<T>


Method Summary
 long asLong()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

asLong

long asLong()