| Package | Description |
|---|---|
| com.tinkerpop.blueprints | |
| com.tinkerpop.blueprints.util | |
| com.tinkerpop.blueprints.util.wrappers |
| Modifier and Type | Class and Description |
|---|---|
class |
Compare
Compare is a predicate that determines whether the first argument is ==, !=, >, >=, <, <= to the second argument.
|
class |
Contains
Contains is a predicate that evaluates whether the first object is contained within (or not within) the second collection object.
|
static class |
Query.Compare
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
VertexQuery.has(String key,
Predicate predicate,
Object value) |
Query |
Query.has(String key,
Predicate predicate,
Object value)
Filter out the element if it does not have a property with a comparable value.
|
GraphQuery |
GraphQuery.has(String key,
Predicate predicate,
Object value) |
| Modifier and Type | Field and Description |
|---|---|
Predicate |
PropertyFilteredIterable.HasContainer.predicate |
Predicate |
DefaultQuery.HasContainer.predicate |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
DefaultVertexQuery.has(String key,
Predicate predicate,
Object value) |
Query |
DefaultQuery.has(String key,
Predicate predicate,
Object value) |
GraphQuery |
DefaultGraphQuery.has(String key,
Predicate predicate,
Object value) |
| Constructor and Description |
|---|
DefaultQuery.HasContainer(String key,
Predicate predicate,
Object value) |
PropertyFilteredIterable.HasContainer(String key,
Predicate predicate,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
VertexQuery |
WrapperVertexQuery.has(String key,
Predicate compare,
Object value) |
GraphQuery |
WrappedGraphQuery.has(String key,
Predicate compare,
Object value) |
Copyright © 2010-2014. All Rights Reserved.