Uses of Class
org.neo4j.kernel.impl.nioneo.store.ShortArray

Packages that use ShortArray
org.neo4j.kernel.impl.nioneo.store   
 

Uses of ShortArray in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return ShortArray
static ShortArray ShortArray.typeOf(byte typeId)
           
static ShortArray ShortArray.typeOf(Object array)
           
static ShortArray ShortArray.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShortArray[] ShortArray.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.