Uses of Interface
org.apache.ignite.internal.util.collection.IntMap.EntryConsumer
-
Packages that use IntMap.EntryConsumer Package Description org.apache.ignite.internal.util.collection -
-
Uses of IntMap.EntryConsumer in org.apache.ignite.internal.util.collection
Methods in org.apache.ignite.internal.util.collection with parameters of type IntMap.EntryConsumer Modifier and Type Method Description <E extends Throwable>
voidIntHashMap. forEach(IntMap.EntryConsumer<V,E> act)This method work under a read lock, be careful with long operations inside.<E extends Throwable>
voidIntMap. forEach(IntMap.EntryConsumer<V,E> act)This method work under a read lock, be careful with long operations inside.<E extends Throwable>
voidIntRWHashMap. forEach(IntMap.EntryConsumer<V,E> act)This method work under a read lock, be careful with long operations inside.
-