fr.umlv.tatoo.cc.lexer.charset
Class Triplet

java.lang.Object
  extended by fr.umlv.tatoo.cc.lexer.charset.Triplet

public class Triplet
extends Object


Constructor Summary
Triplet(CharacterSet first, CharacterSet second, CharacterSet third)
           
 
Method Summary
 CharacterSet getFirst()
           
 CharacterSet getSecond()
           
 CharacterSet getThird()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Triplet

public Triplet(CharacterSet first,
               CharacterSet second,
               CharacterSet third)
Method Detail

getFirst

public CharacterSet getFirst()

getSecond

public CharacterSet getSecond()

getThird

public CharacterSet getThird()

toString

public String toString()
Overrides:
toString in class Object