Class Empty
java.lang.Object
org.opendaylight.yangtools.yang.common.Empty
- All Implemented Interfaces:
Serializable
,Immutable
Dedicated type for YANG's
type empty
value.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionStage
<Empty> Return aCompletionStage
completed withvalue()
.boolean
int
hashCode()
static ListenableFuture
<Empty> Return aListenableFuture
completed withvalue()
.toString()
static Empty
value()
Return the singletonEmpty
value.
-
Method Details
-
value
Return the singletonEmpty
value.- Returns:
- Empty value.
-
completedFuture
Return aCompletionStage
completed withvalue()
.- Returns:
- A completed CompletionStage
-
immediateFuture
Return aListenableFuture
completed withvalue()
.- Returns:
- A completed ListenableFuture
-
hashCode
public int hashCode() -
equals
-
toString
-