public class CompositeValue extends Object
Constructor and Description |
---|
CompositeValue(int valueCount) |
CompositeValue(List<?> values) |
CompositeValue(Object... values) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
get(int index) |
Object[] |
getAll() |
String |
getValuesAsString() |
int |
hashCode() |
boolean |
isNull() |
CompositeValue |
set(int index,
Object value) |
int |
size() |
String |
toString() |
public CompositeValue(int valueCount)
public CompositeValue(List<?> values)
public CompositeValue(Object... values)
public CompositeValue set(int index, Object value)
public Object get(int index)
public Object[] getAll()
public boolean isNull()
public int size()
public String getValuesAsString()
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.