net.walend.collection
Interface Immutable

All Known Implementing Classes:
ArrayList, DefaultIdentitor, FreezableIdentitor, FreezerHashMap, FreezerHashSet, HashCEDigraph, HashGEDigraph, HashMap, HashMapToFreezables, HashSet, HashSetOfFreezables, HashUEDigraph, MapToFreezablesIdentitor

public interface Immutable

If a class is declared final, has no mutator methods and no visible variable members, it should implement this marker interface. Thready code that uses objects of this class need not worry about synchronizing a guard before using the objects.

Since:
20010705
Author:
David Walend



Copyright (c) 2000, 2001, David Walend