|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImmutableSingleton | |
|---|---|
| rcf.core.util.groups | TODO: Javadoc
Includes the Pair and
Triple objects, which are essentially fixed-length
type-parameterized ADTs. |
| rcf.system.gui | The RCF GUI framework, capable of displaying graphical representations of e.g. |
| Uses of ImmutableSingleton in rcf.core.util.groups |
|---|
| Subclasses of ImmutableSingleton in rcf.core.util.groups | |
|---|---|
class |
ImmutablePair<A,B>
TODO: Javadoc Provides a simple, type safe (generic) wrapper which can encapsulate a pair of references. |
static class |
ImmutablePair.Accessor<A,B>
TODO: Javadoc Binds a pair of accessors to form a pair accessor. |
static class |
ImmutablePair.Iterable<A,B>
TODO: Javadoc Binds a pair of immutable iterable objects, allowing them to be iterated in tandem. |
static class |
ImmutableSingleton.Accessor<A>
TODO: Javadoc Wrap an accessor to form an accessor which will operate over singletons. |
static class |
ImmutableSingleton.Iterable<A>
TODO: Javadoc Wrap a single immutable iterable collection, create an immutable iterable over singletons of elements. |
class |
ImmutableTriple<A,B,C>
TODO: Javadoc Provides a simple, type safe (generic) wrapper which can encapsulate a triple of references. |
static class |
ImmutableTriple.Accessor<A,B,C>
TODO: Javadoc Binds a triple of accessors to form a triple accessor. |
static class |
ImmutableTriple.Iterable<A,B,C>
TODO: Javadoc Binds a triple of immutable iterable objects, allowing them to be iterated simultaneously. |
static class |
Pair.Iterable<A,B>
TODO: Javadoc Binds a pair of iterable objects, allowing them to be iterated in tandem. |
static class |
Singleton.Iterable<A>
TODO: Javadoc Wrap a single iterable collection, create an iterable over singletons of elements. |
static class |
Triple.Iterable<A,B,C>
TODO: Javadoc Binds a triple of iterable objects, allowing them to be iterated simultaneously. |
| Uses of ImmutableSingleton in rcf.system.gui |
|---|
| Subclasses of ImmutableSingleton in rcf.system.gui | |
|---|---|
static class |
GUIHelpers.WindowCloserFrameworkEventSink
TODO: Javadoc |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||