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

com.xxdb.data.Set Maven / Gradle / Ivy

There is a newer version: 3.00.2.2
Show newest version
package com.xxdb.data;

/*
 * Interface for set object
 */

public interface Set extends Entity{
	boolean contains(Scalar key);
	boolean add(Scalar key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy