Uses of Interface
com.vladium.jcd.cls.IConstantCollection.IConstantComparator

Packages that use IConstantCollection.IConstantComparator
com.vladium.jcd.cls   
 

Uses of IConstantCollection.IConstantComparator in com.vladium.jcd.cls
 

Methods in com.vladium.jcd.cls with parameters of type IConstantCollection.IConstantComparator
 int IConstantCollection.find(int type, IConstantCollection.IConstantComparator comparator)
          Searches the pool for a matching constant of given type with equality semantics expressed by 'comparator'.
 int ConstantCollection.find(int type, IConstantCollection.IConstantComparator comparator)