public class SetWithFacet<E> extends LinkedHashSet<E> implements Facets
| Modifier and Type | Field and Description |
|---|---|
protected FacetResult |
facetResult |
| Constructor and Description |
|---|
SetWithFacet() |
| Modifier and Type | Method and Description |
|---|---|
FacetResult |
getFacets() |
void |
setFacets(FacetResult facetResult) |
spliteratoradd, clear, clone, contains, isEmpty, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streamprotected FacetResult facetResult
public FacetResult getFacets()
public void setFacets(FacetResult facetResult)
Copyright © 2017–2020 CodeLutin. All rights reserved.