Package util
-
Class Summary Class Description Polynomial Represents a polynomial of any degreeSortedLinkedList<T extends Comparable<T>> ALinkedList
ofComparable
elements that is sorted according to the natural ordering of its elementsUrlModelService<T,U> Caller for external model that is executed via post requests to a URL;
usage; Create an anonymous (child) class with
UrlModelService<RequestModel,ResponseModel> myService = new UrlModelService<RequestModel,ResponseModel>(urlString) {}
Util Collection of general static methods used across packagesUtil.MessagePair<X extends PointInTime,Y extends PointInTime>