public interface ISymbol2IntMap
Modifier and Type | Method and Description |
---|---|
int |
get(IExpr patternOrSymbol)
Get the
int value mapped to the given symbol. |
boolean |
isEmpty()
Gives
true if there's no symbol used in this map. |
int |
size()
Gives the number of symbols used in this map.
|
int size()
boolean isEmpty()
true
if there's no symbol used in this map.int get(IExpr patternOrSymbol)
int
value mapped to the given symbol.patternOrSymbol
-