| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal | |
| org.apache.tinkerpop.gremlin.structure.io.gryo | 
| Modifier and Type | Method and Description | 
|---|---|
TextP | 
TextP.clone()  | 
static TextP | 
TextP.containing(String value)
Determines if String does contain the given value. 
 | 
static TextP | 
TextP.endingWith(String value)
Determines if String does start with the given value. 
 | 
TextP | 
TextP.negate()  | 
static TextP | 
TextP.notContaining(String value)
Determines if String does not contain the given value. 
 | 
static TextP | 
TextP.notEndingWith(String value)
Determines if String does not start with the given value. 
 | 
static TextP | 
TextP.notRegex(String value)
Determines if String has no match with the given regex pattern and the reference implementation treats it as a
 simple negation of the evaluation of the pattern match of  
regex(String). | 
static TextP | 
TextP.notStartingWith(String value)
Determines if String does not start with the given value. 
 | 
static TextP | 
TextP.regex(String value)
Determines if String has a match with the given regex pattern. 
 | 
static TextP | 
TextP.startingWith(String value)
Determines if String does start with the given value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<I extends InputShim> | 
GryoSerializersV3d0.TextPSerializer.read(KryoShim<I,?> kryo,
    I input,
    Class<TextP> clazz)  | 
<I extends InputShim> | 
GryoSerializersV1d0.TextPSerializer.read(KryoShim<I,?> kryo,
    I input,
    Class<TextP> clazz)  | 
| Modifier and Type | Method and Description | 
|---|---|
<O extends OutputShim> | 
GryoSerializersV3d0.TextPSerializer.write(KryoShim<?,O> kryo,
     O output,
     TextP p)  | 
<O extends OutputShim> | 
GryoSerializersV1d0.TextPSerializer.write(KryoShim<?,O> kryo,
     O output,
     TextP p)  | 
| Modifier and Type | Method and Description | 
|---|---|
<I extends InputShim> | 
GryoSerializersV3d0.TextPSerializer.read(KryoShim<I,?> kryo,
    I input,
    Class<TextP> clazz)  | 
<I extends InputShim> | 
GryoSerializersV1d0.TextPSerializer.read(KryoShim<I,?> kryo,
    I input,
    Class<TextP> clazz)  | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.