Uses of Interface
net.walend.enum.Immutable

Packages that use Immutable
net.walend.enum This package contains runtime classes for supporting enumerated types as described in Josh Bloch's Effective Java, Item 21. 
net.walend.enum.test   
 

Uses of Immutable in net.walend.enum
 

Subinterfaces of Immutable in net.walend.enum
 interface Enum
          A container for a Set of static values similar to a C enum.
 

Classes in net.walend.enum that implement Immutable
 class AbstractEnum
          A utility class that implements all of Enum's methods by delegating them to an underlying immutable Set.
 

Uses of Immutable in net.walend.enum.test
 

Classes in net.walend.enum.test that implement Immutable
 class Operation
          Operation holds a mathematical operation.
 class Operations
          Operations is an Enum of mathematical operations I use as a test case.
static class Operations.Add
           
 



Copyright (c) 2001, 2002, David Walend