Fix generic Comparable mapping

This commit is contained in:
Sam Harwell 2013-02-16 20:13:09 -06:00
parent 11e2186805
commit ef09ec8885
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
using System;
using System.Collections.Generic;
using Antlr4.Runtime;
using Antlr4.Runtime.Atn;

View File

@ -99,6 +99,7 @@
-methodMapping java.io.IOException.IOException(java.lang.Throwable) Sharpen.Extensions.CreateIOException
-fieldMapping java.util.Locale.US InvariantCulture
-typeMapping java.lang.Comparable System.IComparable
-typeMapping java.lang.Comparable<> System.IComparable
-typeMapping java.util.Comparator<> System.Collections.Generic.IComparer
-typeMapping java.util.HashSet<> System.Collections.Generic.HashSet
-typeMapping java.util.Set<> System.Collections.Generic.ISet