Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.swing

Class AbstractSet

java.lang.Object
|
+--java.util.AbstractCollection
   |
   +--javax.swing.AbstractSet

All Implemented Interfaces:

Set, Collection


public abstract class AbstractSet

extends AbstractCollection

implements Set

Empty

Author:

Method Summary

booleanequals(java.lang.Object o)

inthashCode()

booleanremoveAll(java.util.Collection c)

Method Details

equals

public boolean equals(java.lang.Object o)

Parameters:


hashCode

public int hashCode()


removeAll

public boolean removeAll(java.util.Collection c)

Parameters: