Modifier and Type | Method and Description |
---|---|
static <U extends Singleton> |
Singleton.instance(Class<U> c)
Access the instance backing the singleton
|
Modifier and Type | Method and Description |
---|---|
static Map<Class<? extends Singleton>,Singleton> |
Singleton.getInstances()
retrieve the instances backing store.
|
static Map<Class<? extends Singleton>,Singleton> |
Singleton.getInstances()
retrieve the instances backing store.
|
Copyright © 2013–2017 Michael Lasmanis. All rights reserved.