org.jboss.deployers.plugins.sort
Class SetDots<V>
java.lang.Object
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
SetDots
public SetDots(Set<V> set)
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.