Class TrustChainSet
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<TrustChain>,Collection<TrustChain>,Set<TrustChain>
Trust chain set with methods to get
the shortest chain and filter the chains according to path
length and entity ID constraints.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter(TrustChainConstraints constraints) Filters this trust chain set according to the specified constraints.Returns the shortest trust chain in this set.Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
TrustChainSet
public TrustChainSet()
-
-
Method Details
-
getShortest
Returns the shortest trust chain in this set.- Returns:
- The (first) shortest chain,
nullfor an empty set.
-
filter
Filters this trust chain set according to the specified constraints.- Parameters:
constraints- The constraints. Must not benull.- Returns:
- The filtered trust chain set.
-