Item | % of partially implemented | % of fully implemented |
---|---|---|
java.util |
||
100 | ||
empty() : Optional |
||
get() : Object |
||
isPresent() : boolean |
||
isEmpty() : boolean |
||
ifPresent(Consumer) : void |
||
stream() : Stream |
||
orElseThrow() : Object |
||
equals(Object) : boolean |
||
hashCode() : int |
||
toString() : String |