| Methods in org.neo4j.server.helpers with parameters of type PropertyTypeDispatcher.PropertyArray |
protected T |
PropertyTypeDispatcher.dispatchArray(PropertyTypeDispatcher.PropertyArray<?,?> array,
K param)
|
protected T |
PropertyTypeDispatcher.dispatchBooleanArrayProperty(PropertyTypeDispatcher.PropertyArray<boolean[],Boolean> array,
K param)
|
protected T |
PropertyTypeDispatcher.dispatchByteArrayProperty(PropertyTypeDispatcher.PropertyArray<byte[],Byte> array,
K param)
|
protected T |
PropertyTypeDispatcher.dispatchCharacterArrayProperty(PropertyTypeDispatcher.PropertyArray<char[],Character> array,
K param)
|
protected T |
PropertyTypeDispatcher.dispatchDoubleArrayProperty(PropertyTypeDispatcher.PropertyArray<double[],Double> array,
K param)
|
protected T |
PropertyTypeDispatcher.dispatchFloatArrayProperty(PropertyTypeDispatcher.PropertyArray<float[],Float> array,
K param)
|
protected T |
PropertyTypeDispatcher.dispatchIntegerArrayProperty(PropertyTypeDispatcher.PropertyArray<int[],Integer> array,
K param)
|
protected T |
PropertyTypeDispatcher.dispatchLongArrayProperty(PropertyTypeDispatcher.PropertyArray<long[],Long> array,
K param)
|
protected T |
PropertyTypeDispatcher.dispatchNumberArray(PropertyTypeDispatcher.PropertyArray<?,? extends Number> array,
K param)
|
protected T |
PropertyTypeDispatcher.dispatchShortArrayProperty(PropertyTypeDispatcher.PropertyArray<short[],Short> array,
K param)
|
protected T |
PropertyTypeDispatcher.dispatchStringArrayProperty(PropertyTypeDispatcher.PropertyArray<String[],String> array,
K param)
|