Uses of Class
org.space4j.indexing.Index.TYPE

Packages that use Index.TYPE
org.space4j.indexing   
 

Uses of Index.TYPE in org.space4j.indexing
 

Methods in org.space4j.indexing that return Index.TYPE
 Index.TYPE Index.getType()
           
static Index.TYPE Index.TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Index.TYPE[] Index.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.space4j.indexing with parameters of type Index.TYPE
protected
<T> T
Index.getMap(Index.TYPE type, java.util.Comparator<Key> comparator)
           
protected  java.lang.String Index.getTypeName(Index.TYPE type)
           
 

Constructors in org.space4j.indexing with parameters of type Index.TYPE
Index(java.lang.String name, java.lang.Object source, Index.TYPE type, java.lang.Class<? extends java.lang.Object> klass, java.lang.String... attributes)
          Create a new Index.
Index(java.lang.String name, java.lang.Object source, Index.TYPE type, java.util.Comparator<Key> comp, java.lang.Class<? extends java.lang.Object> klass, java.lang.String... attributes)
           
 



Copyright © 2005 Space4J Team. All Rights Reserved.