org.hsqldb.lib
Interface Collection
- All Known Subinterfaces:
- Set
- All Known Implementing Classes:
- HashSet
- public interface Collection
- Since:
- 1.7.2
- Version:
- 1.7.2
- Author:
- fredt@users
size
public int size()
isEmpty
public boolean isEmpty()
contains
public boolean contains(Object o)
iterator
public Iterator iterator()
add
public boolean add(Object o)
remove
public boolean remove(Object o)
clear
public void clear()
hashCode
public int hashCode()
Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.