public final class IntArray extends Object implements Comparable<IntArray>, Serializable
Constructor and Description |
---|
IntArray(int[] data) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IntArray o) |
static IntArray |
createCSPOKey(org.openrdf.model.Resource subject,
org.openrdf.model.URI property,
org.openrdf.model.Value object,
org.openrdf.model.Resource context) |
static IntArray |
createCSPOMaxKey(org.openrdf.model.Resource subject,
org.openrdf.model.URI property,
org.openrdf.model.Value object,
org.openrdf.model.Resource context) |
static IntArray |
createSPOCKey(org.openrdf.model.Resource subject,
org.openrdf.model.URI property,
org.openrdf.model.Value object,
org.openrdf.model.Resource context) |
static IntArray |
createSPOCMaxKey(org.openrdf.model.Resource subject,
org.openrdf.model.URI property,
org.openrdf.model.Value object,
org.openrdf.model.Resource context) |
boolean |
equals(Object o) |
int |
hashCode() |
long |
longHashCode() |
String |
toString() |
public static final IntArray createSPOCKey(org.openrdf.model.Resource subject, org.openrdf.model.URI property, org.openrdf.model.Value object, org.openrdf.model.Resource context)
public static final IntArray createSPOCMaxKey(org.openrdf.model.Resource subject, org.openrdf.model.URI property, org.openrdf.model.Value object, org.openrdf.model.Resource context)
public static final IntArray createCSPOKey(org.openrdf.model.Resource subject, org.openrdf.model.URI property, org.openrdf.model.Value object, org.openrdf.model.Resource context)
public static final IntArray createCSPOMaxKey(org.openrdf.model.Resource subject, org.openrdf.model.URI property, org.openrdf.model.Value object, org.openrdf.model.Resource context)
public int compareTo(IntArray o)
compareTo
in interface Comparable<IntArray>
public long longHashCode()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.