first()
JDK Doc(JAVA)Download this dictionary
first() *2
- Method in interface java.text.CharacterIterator 
public char first ()
Sets the position to getBeginIndex() and returns the character at that position.Returns: the first character in the text, or DONE if the text is emptySee Also: getBeginIndex
 
first() *3
- Method in class java.text.StringCharacterIterator 
public char first ()
Implements CharacterIterator.first() for String.Specified by:  first in interface CharacterIterator See Also:  CharacterIterator.first()
 
first() *4
- Method in class java.text.BreakIterator 
public abstract int first ()
Return the first boundary. The iterator's current position is set to the first boundary.Returns: The character index of the first text boundary.
 
first() *5
- Method in class java.util.TreeSet 
public Object first ()
Returns the first (lowest) element currently in this sorted set.Specified by:  first in interface SortedSet Returns: the first (lowest) element currently in this sorted set.Throws: NoSuchElementException - sorted set is empty.
 
first() *6
- Method in interface java.util.SortedSet 
public Object first ()
Returns the first (lowest) element currently in this sorted set.Returns: the first (lowest) element currently in this sorted set.Throws: NoSuchElementException - sorted set is empty.
 
first() *7
- Method in class javax.swing.text.ElementIterator 
public Element first ()
Fetches the first element.Returns: an Element.
 
first() *8
- Method in class javax.swing.text.html.parser.ContentModel 
public Element first ()
Return the element that must be next.