Neo4j

org.neo4j.server.helpers
Class PropertyTypeDispatcher<K,T>

java.lang.Object
  extended by org.neo4j.server.helpers.PropertyTypeDispatcher<K,T>

public abstract class PropertyTypeDispatcher<K,T>
extends Object


Nested Class Summary
static class PropertyTypeDispatcher.PropertyArray<A,T>
           
 
Constructor Summary
PropertyTypeDispatcher()
           
 
Method Summary
static void consumeProperties(PropertyTypeDispatcher<String,Void> dispatcher, PropertyContainer entity)
           
 T dispatch(Object property, K param)
           
static
<T> Collection<T>
dispatchProperties(PropertyTypeDispatcher<String,T> dispatcher, PropertyContainer entity)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyTypeDispatcher

public PropertyTypeDispatcher()
Method Detail

consumeProperties

public static void consumeProperties(PropertyTypeDispatcher<String,Void> dispatcher,
                                     PropertyContainer entity)

dispatchProperties

public static <T> Collection<T> dispatchProperties(PropertyTypeDispatcher<String,T> dispatcher,
                                                   PropertyContainer entity)

dispatch

public final T dispatch(Object property,
                        K param)

Neo4j

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