Uses of Class
org.kobe.xbot.Utilities.Entities.KeyValuePair
Packages that use KeyValuePair
-
Uses of KeyValuePair in org.kobe.xbot.Utilities.Entities
Methods in org.kobe.xbot.Utilities.Entities that return types with arguments of type KeyValuePairMethod parameters in org.kobe.xbot.Utilities.Entities with type arguments of type KeyValuePairModifier and TypeMethodDescriptionvoid
UpdateConsumer.setConsumer
(Consumer<? super KeyValuePair<T>> consumer) Constructor parameters in org.kobe.xbot.Utilities.Entities with type arguments of type KeyValuePairModifierConstructorDescriptionUpdateConsumer
(Class<T> type, Consumer<? super KeyValuePair<T>> consumer)