org.jboss.deployers.plugins.sort
Class SetDots<V>

java.lang.Object
  extended by org.jboss.deployers.plugins.sort.SetDots<V>
Type Parameters:
V - exact set element type
All Implemented Interfaces:
Dots<Set<V>>

public class SetDots<V>
extends Object
implements Dots<Set<V>>

Domino dots as a set of values.

Author:
Ales Justin

Constructor Summary
SetDots(Set<V> set)
           
 
Method Summary
 Set<V> getValue()
          Get the value.
 boolean match(Dots<Set<V>> containable)
          Do this dots match with the param dots.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetDots

public SetDots(Set<V> set)
Method Detail

getValue

public Set<V> getValue()
Description copied from interface: Dots
Get the value.

Specified by:
getValue in interface Dots<Set<V>>
Returns:
dots value

match

public boolean match(Dots<Set<V>> containable)
Description copied from interface: Dots
Do this dots match with the param dots.

Specified by:
match in interface Dots<Set<V>>
Parameters:
containable - the dots
Returns:
true if these dots match param dots

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.