Uses of Package
org.eclipse.collections.api.tuple.primitive

Package
Description
This package contains interfaces for Bag API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating instance of type Bag.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
  • Class
    Description
    An instance of this interface can be created by calling PrimitiveTuples.pair(Object, int).
  • Class
    Description
    An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, int).
  • Class
    Description
    An instance of this interface can be created by calling PrimitiveTuples.pair(Object, int).
  • Class
    Description
    An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, boolean).
    An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, byte).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, char).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, double).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, float).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, long).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, short).
  • Class
    Description
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, boolean).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, byte).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, char).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, double).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, float).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, long).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, short).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, boolean).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, byte).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, char).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, double).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, float).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, long).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, short).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, boolean).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, byte).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, char).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, double).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, float).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, long).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, short).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, boolean).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, byte).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, char).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, double).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, float).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, long).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, short).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, boolean).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, byte).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, char).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, double).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, float).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, long).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, short).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, boolean).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, byte).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, char).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, double).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, float).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, long).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, short).
    An instance of this interface can be created by calling PrimitiveTuples.pair(Object, boolean).
    An instance of this interface can be created by calling PrimitiveTuples.pair(Object, byte).
    An instance of this interface can be created by calling PrimitiveTuples.pair(Object, char).
    An instance of this interface can be created by calling PrimitiveTuples.pair(Object, double).
    An instance of this interface can be created by calling PrimitiveTuples.pair(Object, float).
    An instance of this interface can be created by calling PrimitiveTuples.pair(Object, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(Object, long).
    An instance of this interface can be created by calling PrimitiveTuples.pair(Object, short).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, boolean).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, byte).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, char).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, double).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, float).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, long).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, Object).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, short).
  • Class
    Description
    An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, boolean).
    An instance of this interface can be created by calling PrimitiveTuples.pair(byte, byte).
    An instance of this interface can be created by calling PrimitiveTuples.pair(char, char).
    An instance of this interface can be created by calling PrimitiveTuples.pair(double, double).
    An instance of this interface can be created by calling PrimitiveTuples.pair(float, float).
    An instance of this interface can be created by calling PrimitiveTuples.pair(int, int).
    An instance of this interface can be created by calling PrimitiveTuples.pair(long, long).
    An instance of this interface can be created by calling PrimitiveTuples.pair(short, short).