Neo4j

org.neo4j.server.helpers
Class PropertyTypeDispatcher.PropertyArray<A,T>

java.lang.Object
  extended by org.neo4j.server.helpers.PropertyTypeDispatcher.PropertyArray<A,T>
All Implemented Interfaces:
Iterable<T>
Enclosing class:
PropertyTypeDispatcher<K,T>

public abstract static class PropertyTypeDispatcher.PropertyArray<A,T>
extends Object
implements Iterable<T>


Method Summary
abstract  A getClonedArray()
           
abstract  Class<?> getType()
           
abstract  int length()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

length

public abstract int length()

getClonedArray

public abstract A getClonedArray()

getType

public abstract Class<?> getType()

Neo4j

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