Class KeySet

java.lang.Object
org.apache.tiles.request.collection.KeySet
All Implemented Interfaces:
Iterable<String>, Collection<String>, Set<String>
Direct Known Subclasses:
RemovableKeySet

public class KeySet extends Object implements Set<String>
Exposes keys of a HasKeys object as a set.