public class Unsigned<T> extends Object implements PotentiallySigned<T>, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getContent() |
int |
hashCode() |
static <T> Unsigned<T> |
of(T content) |
<S> Unsigned<S> |
ofSubset(S s) |
String |
toString() |
public static <T> Unsigned<T> of(T content)
public T getContent()
getContent in interface PotentiallySigned<T>public <S> Unsigned<S> ofSubset(S s)
ofSubset in interface PotentiallySigned<T>Copyright © 2022 NorStella. All rights reserved.