|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectResult<V,S>
V
- The type of value that the result isS
- The state of the return for example this may be a an enum that
Provides state values such as NONE, FAILURE, etc..public class Result<V,S>
modules/plugin/shapefile (gt-shapefile.jar)
Field Summary | |
---|---|
S |
state
|
V |
value
|
Constructor Summary | |
---|---|
Result(V value,
S state)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final V value
public final S state
Constructor Detail |
---|
public Result(V value, S state)
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |