Java Doc for UnmodifiableBooleanSet.java in » Development » PCJ » bak » pcj » set » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Creates a new unmodifiable set on an existing
set. The result is a set whose elements and
behaviour is the same as the existing set's except
that the new set cannot be modified.
Parameters: s - the existing set to make unmodifiable. throws: NullPointerException - if s is null.
Fields inherited from bak.pcj.UnmodifiableBooleanCollection