Class PathSet

java.lang.Object
com.evolveum.midpoint.prism.AbstractFreezable
com.evolveum.midpoint.prism.path.PathSet
All Implemented Interfaces:
Freezable, Serializable, Iterable<ItemPath>, Collection<ItemPath>, Set<ItemPath>

@Experimental public class PathSet extends AbstractFreezable implements Set<ItemPath>, Serializable
A "safe" set of ItemPath - i.e. the one where (e.g.) presence is checked using ItemPath.equivalent(ItemPath), not Object.equals(Object) method. Slower than standard set! Operations are evaluated in `O(n)` time.
See Also: