blob: e60725043cc6b006053b4848778129318fbae527 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Thu Aug 20 21:25:36 CDT 2020 -->
<title>org.eclipse.collections.api.tuple.primitive (Eclipse Collections - 10.4.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-20">
<meta name="description" content="declaration: package: org.eclipse.collections.api.tuple.primitive">
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="package-declaration">
<script type="text/javascript">var pathtoroot = "../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.eclipse.collections.api.tuple.primitive</h1>
</div>
<div class="contentContainer">
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanBooleanPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, boolean).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanBytePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanBytePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, byte).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanCharPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanCharPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, char).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanDoublePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanDoublePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, double).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanFloatPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanFloatPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, float).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanIntPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, int).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanLongPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanLongPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, long).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanObjectPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, Object).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanShortPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanShortPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(boolean, short).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ByteBooleanPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(byte, boolean).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteBytePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ByteBytePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(byte, byte).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteCharPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ByteCharPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(byte, char).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteDoublePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ByteDoublePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(byte, double).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteFloatPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ByteFloatPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(byte, float).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ByteIntPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(byte, int).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteLongPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ByteLongPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(byte, long).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ByteObjectPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(byte, Object).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteShortPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ByteShortPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(byte, short).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">CharBooleanPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(char, boolean).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharBytePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">CharBytePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(char, byte).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharCharPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">CharCharPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(char, char).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharDoublePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">CharDoublePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(char, double).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharFloatPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">CharFloatPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(char, float).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">CharIntPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(char, int).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharLongPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">CharLongPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(char, long).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">CharObjectPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(char, Object).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharShortPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">CharShortPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(char, short).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">DoubleBooleanPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(double, boolean).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleBytePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">DoubleBytePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(double, byte).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleCharPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">DoubleCharPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(double, char).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleDoublePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">DoubleDoublePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(double, double).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleFloatPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">DoubleFloatPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(double, float).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">DoubleIntPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(double, int).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleLongPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">DoubleLongPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(double, long).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">DoubleObjectPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(double, Object).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleShortPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">DoubleShortPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(double, short).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">FloatBooleanPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(float, boolean).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatBytePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">FloatBytePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(float, byte).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatCharPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">FloatCharPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(float, char).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatDoublePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">FloatDoublePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(float, double).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatFloatPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">FloatFloatPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(float, float).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">FloatIntPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(float, int).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatLongPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">FloatLongPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(float, long).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">FloatObjectPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(float, Object).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatShortPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">FloatShortPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(float, short).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntBooleanPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(int, boolean).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntBytePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntBytePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(int, byte).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntCharPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntCharPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(int, char).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntDoublePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntDoublePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(int, double).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntFloatPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntFloatPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(int, float).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntIntPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(int, int).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntLongPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntLongPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(int, long).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntObjectPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(int, Object).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntShortPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntShortPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(int, short).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">LongBooleanPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(long, boolean).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongBytePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">LongBytePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(long, byte).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongCharPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">LongCharPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(long, char).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongDoublePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">LongDoublePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(long, double).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongFloatPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">LongFloatPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(long, float).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">LongIntPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(long, int).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongLongPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">LongLongPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(long, long).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">LongObjectPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(long, Object).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongShortPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">LongShortPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(long, short).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ObjectBooleanPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(Object, boolean).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectBytePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ObjectBytePair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(Object, byte).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectCharPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ObjectCharPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(Object, char).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectDoublePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ObjectDoublePair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(Object, double).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectFloatPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ObjectFloatPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(Object, float).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ObjectIntPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(Object, int).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectLongPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ObjectLongPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(Object, long).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectShortPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ObjectShortPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(Object, short).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ShortBooleanPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(short, boolean).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortBytePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ShortBytePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(short, byte).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortCharPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ShortCharPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(short, char).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortDoublePair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ShortDoublePair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(short, double).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortFloatPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ShortFloatPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(short, float).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ShortIntPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(short, int).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortLongPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ShortLongPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(short, long).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ShortObjectPair</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(short, Object).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortShortPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">ShortShortPair</a></th>
<td class="colLast">
<div class="block">An instance of this interface can be created by calling PrimitiveTuples.pair(short, short).</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>