public class StringGrabberList extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
clear all members of the list
|
StringGrabber |
get(int index)
returns a StringGrabber value specified by index
even if index is less than 0 or index is beyond the size of list, safely returns the empty string. |
StringGrabber |
getFirst()
returns the get first value
|
StringGrabber |
getLast()
returns the last value
|
StringGrabber |
getSecond()
returns the get second value
|
int |
size()
returns size of the list
|
String[] |
toArray()
returns values that converted to array of String
|
List<String> |
toList()
returns values that converted to List
|
public int size()
public void clear()
public StringGrabber get(int index)
index - public StringGrabber getFirst()
public StringGrabber getSecond()
public StringGrabber getLast()
public String[] toArray()
Copyright © 2015. All rights reserved.