Package com.artima.lookup.util

Examples of com.artima.lookup.util.ConsistentSet


        MarshalledObject factory) {

        this.role = role;
        this.toolkit = toolkit;
        if (attributes != null) {
            this.attributes = new ConsistentSet(attributes);
        }
        else {
            this.attributes = null;
        }
        this.factory = factory;
View Full Code Here


            if (!(o instanceof String)) {
                throw new IllegalArgumentException();
            }
        }

        this.typeNames = new ConsistentSet(typeNames);
    }
View Full Code Here

            if (!(o instanceof Locale)) {
                throw new IllegalArgumentException();
            }
        }

        supportedLocales = new ConsistentSet(locales);
    }
View Full Code Here

TOP

Related Classes of com.artima.lookup.util.ConsistentSet

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.