Class RefDataComponentPatch
-
- All Implemented Interfaces:
public class RefDataComponentPatch
-
-
Constructor Summary
Constructors Constructor Description RefDataComponentPatch()
-
Method Summary
Modifier and Type Method Description native <T> Optional<out T>
get(RefDataComponentType<out T> type)
native Set<Map.Entry<RefDataComponentType<out Object>, Optional<out Object>>>
entrySet()
native int
size()
native RefDataComponentPatch
forget(Predicate<RefDataComponentType<out Object>> removedTypePredicate)
native boolean
isEmpty()
-
-
Method Detail
-
get
native <T> Optional<out T> get(RefDataComponentType<out T> type)
-
size
native int size()
-
forget
native RefDataComponentPatch forget(Predicate<RefDataComponentType<out Object>> removedTypePredicate)
-
isEmpty
native boolean isEmpty()
-
-
-
-