RichFaces Examples Iteration 4.3.1.CR1

org.richfaces.demo
Class TracingSet<E>

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by com.google.common.collect.ForwardingCollection<E>
          extended by com.google.common.collect.ForwardingSet<E>
              extended by org.richfaces.demo.TracingSet<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>

public class TracingSet<E>
extends com.google.common.collect.ForwardingSet<E>
implements Serializable

Author:
Nick Belaevski
See Also:
Serialized Form

Constructor Summary
TracingSet()
           
 
Method Summary
 boolean add(E element)
           
 boolean addAll(Collection<? extends E> collection)
           
 void clear()
           
protected  Set<E> delegate()
           
 Iterator<E> iterator()
           
 boolean remove(Object object)
           
 boolean removeAll(Collection<?> collection)
           
 
Methods inherited from class com.google.common.collect.ForwardingSet
equals, hashCode, standardEquals, standardHashCode
 
Methods inherited from class com.google.common.collect.ForwardingCollection
contains, containsAll, isEmpty, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
 
Methods inherited from class com.google.common.collect.ForwardingObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
contains, containsAll, isEmpty, retainAll, size, toArray, toArray
 

Constructor Detail

TracingSet

public TracingSet()
Method Detail

delegate

protected Set<E> delegate()
Overrides:
delegate in class com.google.common.collect.ForwardingSet<E>

removeAll

public boolean removeAll(Collection<?> collection)
Specified by:
removeAll in interface Collection<E>
Specified by:
removeAll in interface Set<E>
Overrides:
removeAll in class com.google.common.collect.ForwardingCollection<E>

add

public boolean add(E element)
Specified by:
add in interface Collection<E>
Specified by:
add in interface Set<E>
Overrides:
add in class com.google.common.collect.ForwardingCollection<E>

remove

public boolean remove(Object object)
Specified by:
remove in interface Collection<E>
Specified by:
remove in interface Set<E>
Overrides:
remove in class com.google.common.collect.ForwardingCollection<E>

addAll

public boolean addAll(Collection<? extends E> collection)
Specified by:
addAll in interface Collection<E>
Specified by:
addAll in interface Set<E>
Overrides:
addAll in class com.google.common.collect.ForwardingCollection<E>

clear

public void clear()
Specified by:
clear in interface Collection<E>
Specified by:
clear in interface Set<E>
Overrides:
clear in class com.google.common.collect.ForwardingCollection<E>

iterator

public Iterator<E> iterator()
Specified by:
iterator in interface Iterable<E>
Specified by:
iterator in interface Collection<E>
Specified by:
iterator in interface Set<E>
Overrides:
iterator in class com.google.common.collect.ForwardingCollection<E>

RichFaces Examples Iteration 4.3.1.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.