Interface HandleSet

All Superinterfaces:
Collection<Handle>, Iterable<Handle>, Set<Handle>
All Known Implementing Classes:
HashHandleSet, TreeHandleSet

public interface HandleSet extends Set<Handle>
An extension of Set that may only contain Handles from a specified Space. Also has extra functionality to query elements based on their String id.