public class XPathNodePointerRankingOnSet extends com.google.common.collect.ForwardingSortedSet<XPathNodePointer> implements XPathNodePointerRanking
| Modifier and Type | Method and Description |
|---|---|
protected SortedSet<XPathNodePointer> |
delegate() |
XPathNodePointerRanking |
divideScores(int divisor)
Creates a new ranking with divided scores.
|
XPathNodePointer |
getCanonicalPointer() |
XPathNodePointerRanking |
intersectWith(XPathNodePointerRanking other)
Creates a new ranking as intersection of this and other.
|
boolean |
meetsThreshold(int threshold) |
static XPathNodePointerRankingOnSet |
newRank() |
XPathNodePointerRanking |
normalize() |
static XPathNodePointerRanking |
transform(XPathNodePointerRanking candidateList,
com.google.common.base.Function<? super XPathNodePointer,? extends XPathNodePointer> function) |
comparator, first, headSet, last, standardContains, standardRemove, standardSubSet, subSet, tailSetequals, hashCode, standardEquals, standardHashCode, standardRemoveAlladd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContainsAll, standardIsEmpty, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, first, headSet, last, spliterator, subSet, tailSetadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streampublic static XPathNodePointerRankingOnSet newRank()
protected SortedSet<XPathNodePointer> delegate()
delegate in class com.google.common.collect.ForwardingSortedSet<XPathNodePointer>public XPathNodePointer getCanonicalPointer()
getCanonicalPointer in interface XPathNodePointerRankingpublic static XPathNodePointerRanking transform(XPathNodePointerRanking candidateList, com.google.common.base.Function<? super XPathNodePointer,? extends XPathNodePointer> function)
public XPathNodePointerRanking normalize()
normalize in interface XPathNodePointerRankingpublic XPathNodePointerRanking intersectWith(XPathNodePointerRanking other)
XPathNodePointerRankingintersectWith in interface XPathNodePointerRankingpublic XPathNodePointerRanking divideScores(int divisor)
XPathNodePointerRankingdivideScores in interface XPathNodePointerRankingpublic boolean meetsThreshold(int threshold)
meetsThreshold in interface XPathNodePointerRankingCopyright © 2020 OXPath Team. All rights reserved.