Uses of Interface
ru.progrm_jarvis.javacommons.object.Pair
Packages that use Pair
Package
Description
Utilities related to JVM
classes and class-loading.Helpful enhancements for
Java Collections Framework.Helpers and sum-types for
most generic purposes.-
Uses of Pair in ru.progrm_jarvis.javacommons.classloading
Methods in ru.progrm_jarvis.javacommons.classloading with parameters of type PairModifier and TypeMethodDescription@NotNull Class<?> @NotNull []ClassDefiner.defineClasses(@NonNull MethodHandles.Lookup owner, @NonNull Pair<@Nullable String, byte @NotNull []>... bytecodes) Defines multiple classes which may be garbage-collected. -
Uses of Pair in ru.progrm_jarvis.javacommons.collection
Methods in ru.progrm_jarvis.javacommons.collection with parameters of type PairModifier and TypeMethodDescriptionFills the map with the values of specified array.Fills the map with the values of specified array.static <K,V, M extends Map<K, V>>
MFills the map specified with the values specified.Method parameters in ru.progrm_jarvis.javacommons.collection with type arguments of type PairModifier and TypeMethodDescriptionFills the map with the values of specifiedIterable.Fills the map based on the specifiedIterator.Fills the map based on the specifiedStream.Fills the map with the values of specifiedIterable.Fills the map based on the specifiedIterator.Fills the map based on the specifiedStream.static <K,V, M extends Map<K, V>>
MFills the map specified with the values specified.static <K,V, M extends Map<K, V>>
MFills the map specified with the values specified.static <K,V, M extends Map<K, V>>
MFills the map specified with the values specified.static <K,V, M extends Map<K, V>>
MMapUtil.fillMapOrdered(M map, @NonNull Stream<? extends Pair<K, V>> entries) Fills the map specified with the values specified keeping order.MapFiller.fillOrdered(@NonNull Stream<@NotNull ? extends Pair<K, V>> entries) Fills the map based on the specifiedStreamkeeping order.MapFiller.SimpleMapFiller.fillOrdered(@NonNull Stream<@NotNull ? extends Pair<K, V>> entries) -
Uses of Pair in ru.progrm_jarvis.javacommons.object
Subinterfaces of Pair in ru.progrm_jarvis.javacommons.objectClasses in ru.progrm_jarvis.javacommons.object that implement PairModifier and TypeClassDescriptionstatic final classSimple implementation ofMutablePair.static final classPair.SimplePair<F,S> Simple implementation ofPair.Methods in ru.progrm_jarvis.javacommons.object that return Pair -
Uses of Pair in ru.progrm_jarvis.javacommons.util.concurrent
Methods in ru.progrm_jarvis.javacommons.util.concurrent that return types with arguments of type PairModifier and TypeMethodDescriptionstatic <F,S> @NotNull CompletableFuture<@NotNull Pair<F, S>> CompletableFutures.bothOf(@NonNull CompletableFuture<F> first, @NonNull CompletableFuture<S> second) Returns the completable future whose result is a pair of the provided future's results if both of them complete.