@Beta public final class RelationshipTypes extends AbstractImmutableEntityList<RelationshipType> implements Iterable<RelationshipType>
list
Modifier and Type | Method and Description |
---|---|
static RelationshipTypes |
empty() |
static RelationshipTypes |
from(Collection<? extends RelationshipType> relationshipTypes) |
static RelationshipTypes |
from(Iterable<? extends RelationshipType> relationshipTypes) |
static RelationshipTypes |
from(RelationshipType... relationshipTypes) |
RelationshipType |
get(RelationshipTypeName relationshipTypeName) |
Set<RelationshipTypeName> |
getNames() |
contains, equals, first, get, getList, getSize, hashCode, isEmpty, isNotEmpty, iterator, last, stream, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, iterator, spliterator
public Set<RelationshipTypeName> getNames()
public RelationshipType get(RelationshipTypeName relationshipTypeName)
public static RelationshipTypes empty()
public static RelationshipTypes from(RelationshipType... relationshipTypes)
public static RelationshipTypes from(Iterable<? extends RelationshipType> relationshipTypes)
public static RelationshipTypes from(Collection<? extends RelationshipType> relationshipTypes)