home *** CD-ROM | disk | FTP | other *** search
- package java.util;
-
- import java.io.Serializable;
-
- class Collections$EmptySet extends AbstractSet implements Serializable {
- private static final long serialVersionUID = 1582296315990362920L;
-
- private Collections$EmptySet() {
- }
-
- public Iterator iterator() {
- return new Collections.4(this);
- }
-
- public int size() {
- return 0;
- }
-
- public boolean contains(Object var1) {
- return false;
- }
-
- // $FF: synthetic method
- Collections$EmptySet(Collections.1 var1) {
- this();
- }
- }
-