Tutorial by Topics: enumset

Java EnumSet class is the specialized Set implementation for use with enum types. It inherits AbstractSet class and implements the Set interface.

Page 1 of 1