be.SIRAPRISE.util
Class MyReadOnlyCollection<V>
java.lang.Object
be.SIRAPRISE.util.MyReadOnlyCollection<V>
- Type Parameters:
V
-
- All Implemented Interfaces:
- java.lang.Iterable<V>, java.util.Collection<V>
public final class MyReadOnlyCollection<V>
- extends java.lang.Object
- implements java.util.Collection<V>
- Author:
- Erwin
Constructor Summary |
MyReadOnlyCollection(java.util.Collection<V> collection)
Creates the MyReadOnlyCollection |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
MyReadOnlyCollection
public MyReadOnlyCollection(java.util.Collection<V> collection)
- Creates the MyReadOnlyCollection
- Parameters:
collection
-
add
public boolean add(V e)
- Specified by:
add
in interface java.util.Collection<V>
addAll
public boolean addAll(java.util.Collection<? extends V> c)
- Specified by:
addAll
in interface java.util.Collection<V>
clear
public void clear()
- Specified by:
clear
in interface java.util.Collection<V>
contains
public boolean contains(java.lang.Object o)
- Specified by:
contains
in interface java.util.Collection<V>
containsAll
public boolean containsAll(java.util.Collection<?> c)
- Specified by:
containsAll
in interface java.util.Collection<V>
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interface java.util.Collection<V>
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Collection<V>
- Overrides:
hashCode
in class java.lang.Object
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface java.util.Collection<V>
iterator
public java.util.Iterator<V> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<V>
- Specified by:
iterator
in interface java.util.Collection<V>
remove
public boolean remove(java.lang.Object o)
- Specified by:
remove
in interface java.util.Collection<V>
removeAll
public boolean removeAll(java.util.Collection<?> c)
- Specified by:
removeAll
in interface java.util.Collection<V>
retainAll
public boolean retainAll(java.util.Collection<?> c)
- Specified by:
retainAll
in interface java.util.Collection<V>
size
public int size()
- Specified by:
size
in interface java.util.Collection<V>
toArray
public java.lang.Object[] toArray()
- Specified by:
toArray
in interface java.util.Collection<V>
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArray
in interface java.util.Collection<V>
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object