
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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, 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, toArrayparallelStream, removeIf, streamprotected GlueColumnDef[] columndefs
public GlueRowSetImpl()
public GlueRowSetImpl(int initialCapacity)
initialCapacity - public boolean hasNext()
GlueRowSethasNext in interface GlueRowSet<GlueRow<String,Object>>public boolean hasPrevious()
GlueRowSethasPrevious in interface GlueRowSet<GlueRow<String,Object>>public void reset()
GlueRowSetreset in interface GlueRowSet<GlueRow<String,Object>>public GlueRow<String,Object> next()
GlueRowSetnext in interface GlueRowSet<GlueRow<String,Object>>public GlueRow<String,Object> previous()
GlueRowSetprevious in interface GlueRowSet<GlueRow<String,Object>>public int count()
GlueRowSetcount in interface GlueRowSet<GlueRow<String,Object>>public GlueRow<String,Object>[] getAllRow()
GlueRowSetgetAllRow in interface GlueRowSet<GlueRow<String,Object>>public GlueColumnDef[] getColumnDefs()
GlueRowSetgetColumnDefs in interface GlueRowSet<GlueRow<String,Object>>public void setColumnDefs(GlueColumnDef[] columnDefs)
GlueRowSetsetColumnDefs in interface GlueRowSet<GlueRow<String,Object>>columnDefs - GlueColumnDef ArrayCopyright © 2013–2019 POSCO ICT. All rights reserved.