Examples of MinimizedUnmodifiableCollections


Examples of com.netflix.zeno.util.collections.MinimizedUnmodifiableCollections

    private final ThreadLocal<Map<String, FlatBlobDeserializationRecord>> deserializationRecords;

    private MinimizedUnmodifiableCollections minimizedCollections = new MinimizedUnmodifiableCollections(CollectionImplementation.JAVA_UTIL);

    public void setCollectionImplementation(CollectionImplementation impl) {
        minimizedCollections = new MinimizedUnmodifiableCollections(impl);
    }
View Full Code Here

Examples of com.netflix.zeno.util.collections.MinimizedUnmodifiableCollections

    public FastBlobFrameworkDeserializer(FastBlobStateEngine framework) {
        super(framework);
    }

    public void setCollectionImplementation(CollectionImplementation impl) {
        minimizedCollections = new MinimizedUnmodifiableCollections(impl);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.