Uses of Interface
cz.cuni.amis.utils.token.IToken

Packages that use IToken
cz.cuni.amis.utils.token   
 

Uses of IToken in cz.cuni.amis.utils.token
 

Classes in cz.cuni.amis.utils.token that implement IToken
 class Token
          Represents a String that can be used inside Map as keys or Sets as Token.equals(Object) has O(1) time complexity which is much better when compared to the O(N) time complexity of String.equals(Object).
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.