org.sonar.java.checks.codesnippet
Class CharacterElementSequence

java.lang.Object
  extended by org.sonar.java.checks.codesnippet.CharacterElementSequence
All Implemented Interfaces:
ElementSequence<Character>

public class CharacterElementSequence
extends Object
implements ElementSequence<Character>


Constructor Summary
CharacterElementSequence(String string)
           
 
Method Summary
 Character elementAt(int i)
           
 int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterElementSequence

public CharacterElementSequence(String string)
Method Detail

elementAt

public Character elementAt(int i)
Specified by:
elementAt in interface ElementSequence<Character>

length

public int length()
Specified by:
length in interface ElementSequence<Character>


Copyright © 2012 SonarSource. All Rights Reserved.