Class UnmodifiableEntrySet

  • All Implemented Interfaces:
    Iterable, Collection, Set, Unmodifiable

    public final class UnmodifiableEntrySet
    extends AbstractSetDecorator
    implements Unmodifiable
    Decorates a map entry Set to ensure it can't be altered.
    Since:
    Commons Collections 3.0
    Version:
    $Revision: 646777 $ $Date: 2008-04-10 14:33:15 +0200 (Thu, 10 Apr 2008) $
    Author:
    Stephen Colebourne