org.deegree.metadata.persistence.iso
Class ISOCollection

java.lang.Object
  extended by org.deegree.metadata.persistence.iso.ISOCollection
All Implemented Interfaces:
java.lang.Iterable<MetadataRecord>, java.util.Collection<MetadataRecord>, MetadataCollection

public class ISOCollection
extends java.lang.Object
implements MetadataCollection

Implementation of the MetadataCollection for the ISO Application Profile.

Version:
$Revision: 27054 $, $Date: 2010-09-28 16:20:56 +0200 (Di, 28. Sep 2010) $
Author:
Steffen Thomas, last edited by: $Author: sthomas $

Constructor Summary
ISOCollection()
           
 
Method Summary
 boolean add(MetadataRecord o)
           
 boolean addAll(java.util.Collection<? extends MetadataRecord> c)
           
 void clear()
           
 boolean contains(java.lang.Object o)
           
 boolean containsAll(java.util.Collection<?> c)
           
 boolean isEmpty()
           
 java.util.Iterator<MetadataRecord> iterator()
           
 boolean remove(java.lang.Object o)
           
 boolean removeAll(java.util.Collection<?> c)
           
 boolean retainAll(java.util.Collection<?> c)
           
 int size()
           
 java.lang.Object[] toArray()
           
<T> T[]
toArray(T[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

ISOCollection

public ISOCollection()
Method Detail

add

public boolean add(MetadataRecord o)
Specified by:
add in interface java.util.Collection<MetadataRecord>

addAll

public boolean addAll(java.util.Collection<? extends MetadataRecord> c)
Specified by:
addAll in interface java.util.Collection<MetadataRecord>

clear

public void clear()
Specified by:
clear in interface java.util.Collection<MetadataRecord>

contains

public boolean contains(java.lang.Object o)
Specified by:
contains in interface java.util.Collection<MetadataRecord>

containsAll

public boolean containsAll(java.util.Collection<?> c)
Specified by:
containsAll in interface java.util.Collection<MetadataRecord>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Collection<MetadataRecord>

iterator

public java.util.Iterator<MetadataRecord> iterator()
Specified by:
iterator in interface java.lang.Iterable<MetadataRecord>
Specified by:
iterator in interface java.util.Collection<MetadataRecord>

remove

public boolean remove(java.lang.Object o)
Specified by:
remove in interface java.util.Collection<MetadataRecord>

removeAll

public boolean removeAll(java.util.Collection<?> c)
Specified by:
removeAll in interface java.util.Collection<MetadataRecord>

retainAll

public boolean retainAll(java.util.Collection<?> c)
Specified by:
retainAll in interface java.util.Collection<MetadataRecord>

size

public int size()
Specified by:
size in interface java.util.Collection<MetadataRecord>

toArray

public java.lang.Object[] toArray()
Specified by:
toArray in interface java.util.Collection<MetadataRecord>

toArray

public <T> T[] toArray(T[] a)
Specified by:
toArray in interface java.util.Collection<MetadataRecord>


Copyright © 2011. All Rights Reserved.