Uses of Class
org.magicwerk.brownies.collections.helper.MutableInt
-
Packages that use MutableInt Package Description org.magicwerk.brownies.collections Brownies Collections complements the Java Collections Framework.org.magicwerk.brownies.collections.helper 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 MutableInt Modifier and Type Field Description (package private) java.util.Map<E,MutableInt>
KeyCollectionImpl.KeyMap.KeyMapCountIter. map
(package private) java.util.Iterator<java.util.Map.Entry<E,MutableInt>>
KeyCollectionImpl.KeyMap.KeyMapCountIter. mapIter
Constructor parameters in org.magicwerk.brownies.collections with type arguments of type MutableInt Constructor Description KeyMapCountIter(KeyCollectionImpl<E> keyColl, KeyCollectionImpl.KeyMap<E,K> keyMap, java.util.Map<E,MutableInt> map)
-
Uses of MutableInt in org.magicwerk.brownies.collections.helper
Methods in org.magicwerk.brownies.collections.helper with parameters of type MutableInt Modifier and Type Method Description int
MutableInt. compareTo(MutableInt other)
Compares this mutable to another in ascending order.
-