Package gnu.lists

Class PairWithPosition

All Implemented Interfaces:
BoundedHashable, Consumable, Sequence<Object>, SourceLocator, Externalizable, Serializable, Comparable, Iterable<Object>, Collection<Object>, List<Object>, SequencedCollection<Object>, SourceLocator, Locator
Direct Known Subclasses:
SyntaxForms.PairWithPositionSyntaxForm

public class PairWithPosition extends ImmutablePair implements SourceLocator
A Pair with the file name and position it was read from. Note the position (start/end range) is actually that of the car part.
See Also: