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

com.barchart.util.enums.EnumJDK Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (C) 2011-2012 Barchart, Inc. 
 *
 * All rights reserved. Licensed under the OSI BSD License.
 *
 * http://www.opensource.org/licenses/bsd-license.php
 */
package com.barchart.util.enums;

public interface EnumJDK {

	int ordinal();

	String name();

	//

	@Override
	int hashCode();

	@Override
	boolean equals(Object other);

	@Override
	String toString();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy