|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.util.Supplier<V>
V - public class Supplier<V>
Class for optionally providing one instance of the parameterized type. The one instance may be provided at construction, or by overriding get() in subclasses, may be created on demand.
| Field Summary | |
|---|---|
(package private) V |
instance
|
| Constructor Summary | |
|---|---|
Supplier()
|
|
Supplier(V instance)
|
|
| Method Summary | |
|---|---|
V |
get()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
V instance
| Constructor Detail |
|---|
public Supplier()
public Supplier(V instance)
| Method Detail |
|---|
public V get()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||