net.sf.dexterim.msn.message
Class TokenizedLine

java.lang.Object
  extended bynet.sf.dexterim.msn.message.TokenizedLine

public class TokenizedLine
extends java.lang.Object

Author:
Christoph Walcher

Constructor Summary
TokenizedLine(java.lang.String line)
          Creates a new instance of TokenizedMessage
 
Method Summary
 java.lang.String getToken(int i)
          Gets the token attribute of the TokenizedLine object
 int getTokenCount()
          Gets the tokenCount attribute of the TokenizedLine object
 java.util.Iterator iterator()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenizedLine

public TokenizedLine(java.lang.String line)
Creates a new instance of TokenizedMessage

Parameters:
line - Description of the Parameter
Method Detail

getToken

public java.lang.String getToken(int i)
Gets the token attribute of the TokenizedLine object

Parameters:
i - Description of the Parameter
Returns:
The token value

getTokenCount

public int getTokenCount()
Gets the tokenCount attribute of the TokenizedLine object

Returns:
The tokenCount value

iterator

public java.util.Iterator iterator()
Description of the Method

Returns:
Description of the Return Value


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.