All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javolution.util.service.SetService Maven / Gradle / Ivy

The newest version!
/*
 * Javolution - Java(TM) Solution for Real-Time and Embedded Systems
 * Copyright (C) 2012 - Javolution (http://javolution.org/)
 * All rights reserved.
 * 
 * Permission to use, copy, modify, and distribute this software is
 * freely granted, provided that this notice is preserved.
 */
package javolution.util.service;

import java.util.Set;

/**
 * The set of related functionalities used to implement set collections.
 * 
 * @author Jean-Marie Dautelle
 * @version 6.0, July 21, 2013
 */
public interface SetService extends CollectionService, Set {
  
    @Override
    SetService threadSafe(); 

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy