Uses of Class
org.eclipse.collections.impl.Counter
-
Packages that use Counter Package Description org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag
.org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedure
andProcedure2
. -
-
Uses of Counter in org.eclipse.collections.impl
Fields in org.eclipse.collections.impl with type parameters of type Counter Modifier and Type Field Description static IntFunction<Counter>
Counter. TO_COUNT
-
Uses of Counter in org.eclipse.collections.impl.bag.sorted.mutable
Fields in org.eclipse.collections.impl.bag.sorted.mutable with type parameters of type Counter Modifier and Type Field Description private MutableSortedMap<T,Counter>
TreeBag. items
Constructor parameters in org.eclipse.collections.impl.bag.sorted.mutable with type arguments of type Counter Constructor Description TreeBag(MutableSortedMap<T,Counter> map)
-
Uses of Counter in org.eclipse.collections.impl.block.procedure
Fields in org.eclipse.collections.impl.block.procedure declared as Counter Modifier and Type Field Description private Counter
AdaptObjectIntProcedureToProcedure. index
private Counter
IfObjectIntProcedure. index
-