public class CommaSeparatedValues extends Object
Constructor and Description |
---|
CommaSeparatedValues() |
CommaSeparatedValues(Collection<String> collection) |
CommaSeparatedValues(String csvString) |
Modifier and Type | Method and Description |
---|---|
CommaSeparatedValues |
add(String e) |
boolean |
addAll(Collection<String> c) |
CommaSeparatedValues |
clear() |
boolean |
contains(String o) |
boolean |
equals(Object o) |
static CommaSeparatedValues |
fromArray(String... array) |
static CommaSeparatedValues |
fromValue(String valuesAsString) |
String |
get(int index) |
ArrayList<String> |
getValues() |
int |
hashCode() |
int |
indexOf(String o) |
boolean |
isEmpty() |
int |
lastIndexOf(Object o) |
String |
remove(int index) |
boolean |
remove(String o) |
int |
size() |
CommaSeparatedValues |
subList(int fromIndex,
int toIndex) |
String |
toCsvString() |
String |
toString() |
public CommaSeparatedValues(String csvString)
public CommaSeparatedValues(Collection<String> collection)
public CommaSeparatedValues()
public static CommaSeparatedValues fromValue(String valuesAsString)
public static CommaSeparatedValues fromArray(String... array)
public String toCsvString()
public int size()
public boolean isEmpty()
public boolean contains(String o)
public CommaSeparatedValues add(String e)
public boolean remove(String o)
public boolean addAll(Collection<String> c)
public CommaSeparatedValues clear()
public String get(int index)
public String remove(int index)
public int indexOf(String o)
public int lastIndexOf(Object o)
public CommaSeparatedValues subList(int fromIndex, int toIndex)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.