Uses of Class
org.magicwerk.brownies.collections.helper.MutableInt
Packages that use MutableInt
Package
Description
Brownies Collections complements the Java Collections Framework.
This packages contains helper classes for the package org.magicwerk.brownies.collections.
-
Uses of MutableInt in org.magicwerk.brownies.collections
Fields in org.magicwerk.brownies.collections with type parameters of type MutableIntModifier and TypeFieldDescription(package private) Map
<E, MutableInt> KeyCollectionImpl.KeyMap.KeyMapCountIter.map
(package private) Iterator
<Map.Entry<E, MutableInt>> KeyCollectionImpl.KeyMap.KeyMapCountIter.mapIter
Constructor parameters in org.magicwerk.brownies.collections with type arguments of type MutableIntModifierConstructorDescriptionKeyMapCountIter
(KeyCollectionImpl<E> keyColl, KeyCollectionImpl.KeyMap<E, K> keyMap, Map<E, MutableInt> map) -
Uses of MutableInt in org.magicwerk.brownies.collections.helper
Methods in org.magicwerk.brownies.collections.helper with parameters of type MutableIntModifier and TypeMethodDescriptionint
MutableInt.compareTo
(MutableInt other) Compares this mutable to another in ascending order.