Class CharacterBuffer
- java.lang.Object
-
- org.sonarsource.analyzer.commons.regex.CharacterBuffer
-
public class CharacterBuffer extends Object
-
-
Constructor Summary
Constructors Constructor Description CharacterBuffer(int initialCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(SourceCharacter character)SourceCharacterget(int index)booleanisEmpty()voidremoveFirst()intsize()
-
-
-
Method Detail
-
get
public SourceCharacter get(int index)
-
add
public void add(SourceCharacter character)
-
removeFirst
public void removeFirst()
-
isEmpty
public boolean isEmpty()
-
size
public int size()
-
-