com.ptc.windchill.structconf.util
Class URLSet

java.lang.Object
  extended bycom.ptc.windchill.structconf.util.URLSet

public class URLSet
extends Object


Nested Class Summary
private  class URLSet.URLComparator
           
 
Field Summary
private  TreeSet set_
           
 
Constructor Summary
URLSet()
           
 
Method Summary
 boolean add(URL url)
           
 boolean contains(URL url)
           
 URL[] toArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set_

private TreeSet set_
Constructor Detail

URLSet

public URLSet()
Method Detail

add

public boolean add(URL url)

contains

public boolean contains(URL url)

toArray

public URL[] toArray()