org.apache.directory.shared.ldap.util
Class Position

java.lang.Object
  extended by org.apache.directory.shared.ldap.util.Position

public class Position
extends java.lang.Object

This class is used to store the position of a token in a string. It's very usefull while parsing a DN.

Author:
Apache Directory Project

Field Summary
 int end
           
 int length
           
 int start
           
 
Constructor Summary
Position()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

start

public int start

length

public int length

end

public int end
Constructor Detail

Position

public Position()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2012. All Rights Reserved.