@Beta public final class ContentPaths extends AbstractImmutableEntitySet<ContentPath> implements Iterable<ContentPath>
set
Modifier and Type | Method and Description |
---|---|
ContentPaths |
add(ContentPath... paths) |
ContentPaths |
add(Iterable paths) |
ContentPaths |
add(String... paths) |
static ContentPaths |
empty() |
boolean |
equals(Object o) |
static ContentPaths |
from(Collection<String> contentPaths) |
static ContentPaths |
from(ContentPath... paths) |
static ContentPaths |
from(Iterable<ContentPath> paths) |
static ContentPaths |
from(String... paths) |
int |
hashCode() |
ContentPaths |
remove(ContentPath... paths) |
ContentPaths |
remove(Iterable paths) |
ContentPaths |
remove(String... paths) |
String |
toString() |
contains, first, getSet, getSize, isEmpty, isNotEmpty, iterator, stream
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, iterator, spliterator
public ContentPaths add(String... paths)
public ContentPaths add(ContentPath... paths)
public ContentPaths add(Iterable paths)
public ContentPaths remove(String... paths)
public ContentPaths remove(ContentPath... paths)
public ContentPaths remove(Iterable paths)
public int hashCode()
hashCode
in class AbstractImmutableEntitySet<ContentPath>
public boolean equals(Object o)
equals
in class AbstractImmutableEntitySet<ContentPath>
public String toString()
toString
in class AbstractImmutableEntitySet<ContentPath>
public static ContentPaths empty()
public static ContentPaths from(String... paths)
public static ContentPaths from(Collection<String> contentPaths)
public static ContentPaths from(ContentPath... paths)
public static ContentPaths from(Iterable<ContentPath> paths)