public class GlueRowSetImpl extends ArrayList<GlueRow<String,Object>> implements GlueRowSet<GlueRow<String,Object>>
Modifier and Type | Field and Description |
---|---|
protected GlueColumnDef[] |
columndefs
column definition
|
modCount
Constructor and Description |
---|
GlueRowSetImpl()
»ý¼ºÀÚ(constructor).
|
GlueRowSetImpl(int initialCapacity)
»ý¼ºÀÚ(constructor).
|
GlueRowSetImpl(List<GlueRow<String,Object>> rows)
»ý¼ºÀÚ(constructor).
|
Modifier and Type | Method and Description |
---|---|
int |
count()
ÇöÀç RowSetÀÇ Row °³¼ö¸¦ ¾ò´Â´Ù.
|
GlueRow<String,Object>[] |
getAllRow()
ÇöÀç RowSetÀÇ ¸ðµç Row¸¦ ¾ò´Â´Ù.
|
GlueColumnDef[] |
getColumnDefs()
Column Definition Á¤º¸¸¦ ¾ò´Â´Ù.
|
boolean |
hasNext()
ÇöÀç Ä¿¼ À§Ä¡¿¡¼ ´ÙÀ½ RowÀÇ Á¸Àç ¿©ºÎ¸¦ È®ÀÎÇÑ´Ù.
|
boolean |
hasPrevious()
ÇöÀç Ä¿¼ À§Ä¡¿¡¼ ±× ÀüÀÇ Row Á¸Àç ¿©ºÎ¸¦ È®ÀÎÇÑ´Ù.
|
GlueRow<String,Object> |
next()
ÇöÀç Ä¿¼ À§Ä¡¿¡¼ ´ÙÀ½¿¡ Á¸ÀçÇÏ´Â Row¸¦ ¾ò´Â´Ù.
|
GlueRow<String,Object> |
previous()
ÇöÀç Ä¿¼ À§Ä¡¿¡¼ ¹Ù·Î Àü¿¡ Á¸ÀçÇÏ´Â Row¸¦ ¾ò´Â´Ù.
|
void |
reset()
RowSetÀÇ Ä¿¼ À§Ä¡¸¦ óÀ½À¸·Î À̵¿½ÃŲ´Ù.
|
void |
setColumnDefs(GlueColumnDef[] columnDefs)
Column Definition Á¤º¸¸¦ ¼³Á¤ÇÑ´Ù.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
protected GlueColumnDef[] columndefs
public GlueRowSetImpl()
public GlueRowSetImpl(int initialCapacity)
initialCapacity
- public boolean hasNext()
GlueRowSet
hasNext
in interface GlueRowSet<GlueRow<String,Object>>
public boolean hasPrevious()
GlueRowSet
hasPrevious
in interface GlueRowSet<GlueRow<String,Object>>
public void reset()
GlueRowSet
reset
in interface GlueRowSet<GlueRow<String,Object>>
public GlueRow<String,Object> next()
GlueRowSet
next
in interface GlueRowSet<GlueRow<String,Object>>
public GlueRow<String,Object> previous()
GlueRowSet
previous
in interface GlueRowSet<GlueRow<String,Object>>
public int count()
GlueRowSet
count
in interface GlueRowSet<GlueRow<String,Object>>
public GlueRow<String,Object>[] getAllRow()
GlueRowSet
getAllRow
in interface GlueRowSet<GlueRow<String,Object>>
public GlueColumnDef[] getColumnDefs()
GlueRowSet
getColumnDefs
in interface GlueRowSet<GlueRow<String,Object>>
public void setColumnDefs(GlueColumnDef[] columnDefs)
GlueRowSet
setColumnDefs
in interface GlueRowSet<GlueRow<String,Object>>
columnDefs
- GlueColumnDef ArrayCopyright © 2013–2016 POSCO ICT. All rights reserved.