Skip to content

WISE-Developers/HSS_Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Version Maven Package License

HSS_Java

Some of the features of this library:

  • A unit conversion utility.

  • A linked list implementation. Unlike the Java LinkedList class this version gives the nodes access to their sibling nodes.

  • General Java helper classes such as OutVariable which can be used to return values through method parameters. This can greatly simplify porting C++ applications to Java.

  • Several String helper methods aimed at simplifying porting C++ code to Java.

Platform Support

Eclipse project files are included as well as an Ant build script. It requires at least JRE7.

Examples

//Converting a temperature from Celsius to Fahrenheit
double tempC = 25.0;
double tempF = Convert.ConvertUnit(tempC, STORAGE_FORMAT.FAHRENHEIT, STORAGE_FORMAT.CELSIUS);

Support

Please use GitHub issues and Pull Requests for support.

Copyright and license

Copyright 2016-2021 Heartland Software Solutions Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

General Java helper classes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%