public final class TextValues extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
compareCharToString(char c,
String s) |
static int |
compareTextArrays(org.neo4j.values.storable.TextArray a,
org.neo4j.values.storable.TextArray b) |
static int |
hash(char[] value) |
static int |
hash(String[] value) |
public static int compareCharToString(char c,
String s)
public static int compareTextArrays(org.neo4j.values.storable.TextArray a,
org.neo4j.values.storable.TextArray b)
public static int hash(char[] value)
public static int hash(String[] value)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.