Package adql.db
Interface SearchTableApi
- All Known Implementing Classes:
SearchTableList
public interface SearchTableApi
Simple interface about a class which allows to search for a specified
ADQLTable
.- Since:
- 1.4
- See Also:
-
Method Summary
-
Method Details
-
search
-
add
Adds the given object at the end of this list.- Parameters:
obj
- Object to add (different from NULL).- Throws:
NullPointerException
- If the given object or its extracted key isnull
.IllegalArgumentException
- If the extracted key is already used by another object in this list.- See Also:
-
getCopy
SearchTableApi getCopy()
-