ImmutableExploreResult.Links<SOURCE,DESTINATION> |
ImmutableExploreResult.Links.Builder.build() |
|
static <SOURCE,DESTINATION> ImmutableExploreResult.Links<SOURCE,DESTINATION> |
ImmutableExploreResult.Links.copyOf(ExploreResult.Links<SOURCE,DESTINATION> instance) |
|
static <SOURCE,DESTINATION> ImmutableExploreResult.Links<SOURCE,DESTINATION> |
ImmutableExploreResult.Links.of(Iterable<? extends ExploreResult.Link<SOURCE,DESTINATION>> links) |
Construct a new immutable Links instance.
|
static <SOURCE,DESTINATION> ImmutableExploreResult.Links<SOURCE,DESTINATION> |
ImmutableExploreResult.Links.of(Set<ExploreResult.Link<SOURCE,DESTINATION>> links) |
Construct a new immutable Links instance.
|
ImmutableExploreResult.Links<SOURCE,DESTINATION> |
ImmutableExploreResult.Links.withLinks(ExploreResult.Link<SOURCE,DESTINATION>... elements) |
Copy the current immutable object with elements that replace the content of links.
|
ImmutableExploreResult.Links<SOURCE,DESTINATION> |
ImmutableExploreResult.Links.withLinks(Iterable<? extends ExploreResult.Link<SOURCE,DESTINATION>> elements) |
Copy the current immutable object with elements that replace the content of links.
|