Item | % of partially implemented | % of fully implemented |
---|---|---|
java.util |
||
100 | ||
empty() : OptionalInt |
||
of(int) : OptionalInt |
||
getAsInt() : int |
||
isPresent() : boolean |
||
isEmpty() : boolean |
||
ifPresent(IntConsumer) : void |
||
ifPresentOrElse(IntConsumer, Runnable) : void |
||
stream() : IntStream |
||
orElse(int) : int |
||
orElseGet(IntSupplier) : int |
||
orElseThrow() : int |
||
orElseThrow(Supplier) : int |
||
equals(Object) : boolean |
||
hashCode() : int |
||
toString() : String |