Package org.ujmp.jdbc.table
Class AbstractTable
- All Implemented Interfaces:
Serializable
,Iterable<Map<String,
,Object>> Collection<Map<String,
,Object>> Table
- Direct Known Subclasses:
JDBCTable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
boolean
containsAll
(Collection<?> c) boolean
removeAll
(Collection<?> c) boolean
retainAll
(Collection<?> c) Methods inherited from class org.ujmp.core.collections.AbstractCollection
addAll, isEmpty, toArray, toArray
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AbstractTable
public AbstractTable()
-
-
Method Details
-
getFirst
-
getAll
-
add
-
removeAll
- Specified by:
removeAll
in interfaceCollection<Map<String,
Object>> - Overrides:
removeAll
in classAbstractCollection<Map<String,
Object>>
-
retainAll
- Specified by:
retainAll
in interfaceCollection<Map<String,
Object>>
-
containsAll
- Specified by:
containsAll
in interfaceCollection<Map<String,
Object>> - Overrides:
containsAll
in classAbstractCollection<Map<String,
Object>>
-