Package one.util.streamex
Class Internals.ObjIntBox<A>
java.lang.Object
one.util.streamex.Internals.Box<A>
one.util.streamex.Internals.ObjIntBox<A>
- Enclosing interface:
Internals
public static final class Internals.ObjIntBox<A>
extends Internals.Box<A>
implements Map.Entry<Integer,A>
-
Field Summary
FieldsFields inherited from class one.util.streamex.Internals.Box
a
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class one.util.streamex.Internals.Box
accept, asOptional, partialCollector
-
Field Details
-
b
int b
-
-
Constructor Details
-
ObjIntBox
ObjIntBox(A a, int b)
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
hashCode
public int hashCode() -
equals
-
toString
-