Uses of Class
net.ajaest.lib.data.Pair

Packages that use Pair
net.ajaest.jdk.data.auxi contains specific JavaDiKt's auxiliary classes for data API 
net.ajaest.jdk.data.dict.query contains specific JavaDiKt's auxiliary classes for query API 
net.ajaest.lib.data contains classes that stores data 
net.ajaest.lib.swing.panel contains SWING panels 
net.ajaest.lib.swing.util contains SWING components and tools 
 

Uses of Pair in net.ajaest.jdk.data.auxi
 

Subclasses of Pair in net.ajaest.jdk.data.auxi
 class KanjiStrokeClue
          Immutable class that stores a spatial relation between two strokes of a kanji.
 

Uses of Pair in net.ajaest.jdk.data.dict.query
 

Methods in net.ajaest.jdk.data.dict.query with type parameters of type Pair
private
<VQ extends ValueQAbout<Pair<E1,E2>>,E1,E2>
void
QueryAdaptor.demuxPairs(java.util.Set<VQ> vqps, java.util.Set<ValueQAbout<E1>> vq1s, java.util.Set<ValueQAbout<E2>> vq2s, java.util.List<ConnectorEnum> booleanConnector, java.util.List<QAbout> domains, KanjiEnums.KanjiFieldEnum c)
           
 

Uses of Pair in net.ajaest.lib.data
 

Methods in net.ajaest.lib.data with parameters of type Pair
 int ComparableTreeSet.EnumPairComparator.compare(Pair<E,ComparableTreeSet.ElementOwner> o1, Pair<E,ComparableTreeSet.ElementOwner> o2)
           
 int ComparableTreeSet.EnumPairComparator.compare(Pair<E,ComparableTreeSet.ElementOwner> o1, Pair<E,ComparableTreeSet.ElementOwner> o2)
           
 

Uses of Pair in net.ajaest.lib.swing.panel
 

Fields in net.ajaest.lib.swing.panel with type parameters of type Pair
private  java.util.List<Pair<java.lang.Integer,java.lang.Integer>> JDrawPanel.LineDrawingMouseAdapter.bufferStrokes
           
private  java.util.List<Pair<java.lang.Integer,java.lang.Integer>> JDrawPanel.strokes
           
 

Methods in net.ajaest.lib.swing.panel that return types with arguments of type Pair
 java.util.List<Pair<java.lang.Integer,java.lang.Integer>> JDrawPanel.getStrokes()
           
 

Uses of Pair in net.ajaest.lib.swing.util
 

Fields in net.ajaest.lib.swing.util with type parameters of type Pair
private  java.util.List<Pair<java.lang.Integer,java.lang.Integer>> JLineDraw.strokes
           
 

Methods in net.ajaest.lib.swing.util that return types with arguments of type Pair
 java.util.List<Pair<java.lang.Integer,java.lang.Integer>> JLineDraw.getStrokes()
           
 

Method parameters in net.ajaest.lib.swing.util with type arguments of type Pair
private  boolean JLineDraw.checkIntegrity(java.util.List<java.lang.Integer> x1, java.util.List<java.lang.Integer> y1, java.util.List<java.lang.Integer> x2, java.util.List<java.lang.Integer> y2, java.util.List<Pair<java.lang.Integer,java.lang.Integer>> strokes)
           
 

Constructor parameters in net.ajaest.lib.swing.util with type arguments of type Pair
JLineDraw(java.util.List<java.lang.Integer> x1, java.util.List<java.lang.Integer> y1, java.util.List<java.lang.Integer> x2, java.util.List<java.lang.Integer> y2, java.util.List<Pair<java.lang.Integer,java.lang.Integer>> strokes)