Sha256: dbb2156eba6c668365cc0d62bbdb68b1df0ab2e0807f789c78d717fd7b7cce36
Contents?: true
Size: 417 Bytes
Versions: 119
Compression:
Stored size: 417 Bytes
Contents
/* * Javolution - Java(TM) Solution for Real-Time and Embedded Systems * Copyright (C) 2005 - Javolution (http://javolution.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package j2me.util; public interface Comparator { int compare(Object o1, Object o2); boolean equals(Object obj); }
Version data entries
119 entries across 119 versions & 1 rubygems