xtc.parser
Class Annotator.IndexPair

java.lang.Object
  extended by xtc.parser.Annotator.IndexPair
Enclosing class:
Annotator

public static class Annotator.IndexPair
extends java.lang.Object

A pair of indices.


Field Summary
 int index1
          The first index.
 int index2
          The second index.
 
Constructor Summary
Annotator.IndexPair()
          Create a new pair of indices, initialized to -1.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index1

public int index1
The first index.


index2

public int index2
The second index.

Constructor Detail

Annotator.IndexPair

public Annotator.IndexPair()
Create a new pair of indices, initialized to -1.



Copyright © 2012. All Rights Reserved.