Class CharReferenceMap<T>
- java.lang.Object
-
- org.pipservices3.expressions.tokenizers.utilities.CharReferenceMap<T>
-
public class CharReferenceMap<T> extends Object
This class keeps references associated with specific characters
-
-
Constructor Summary
Constructors Constructor Description CharReferenceMap()
-
Method Summary
Modifier and Type Method Description voidaddDefaultInterval(T reference)voidaddInterval(int start, int end, T reference)voidclear()Tlookup(int symbol)
-