openlsd.common.datatype
Class LSDStringList

java.lang.Object
  extended by openlsd.common.datatype.LSDStringList

public class LSDStringList
extends java.lang.Object

Class to manipulate one StringBuilder and one nb of files inside (used in LSDCheck or relatives from LSDPathConstants).

Author:
Frederic Bregier LGPL

Field Summary
 int nb
          The number of substring inside this StringBuilder
 java.lang.StringBuilder sb
          The internal STringBuilder
 
Constructor Summary
LSDStringList()
          Constructor creating one new StringBuilder and initialize nb to 0
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sb

public java.lang.StringBuilder sb
The internal STringBuilder


nb

public int nb
The number of substring inside this StringBuilder

Constructor Detail

LSDStringList

public LSDStringList()
Constructor creating one new StringBuilder and initialize nb to 0