UNPKG

ts-collection

Version:

This is re-write of the java collection classes in typescript. There is some tweak as typescript templates are not as equivalent as Java.

4 lines (3 loc) 66 B
export interface Comparable<T> { compareTo(obj: T): number; }