Created
May 29, 2013 02:03
-
-
Save dcolish/5667490 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ---------------------------------------------------------------------------- | |
| * This file was automatically generated by SWIG (http://www.swig.org). | |
| * Version 2.0.8 | |
| * | |
| * Do not make changes to this file unless you know what you are doing--modify | |
| * the SWIG interface file instead. | |
| * ----------------------------------------------------------------------------- */ | |
| package org.xapian; | |
| public class Xapian implements XapianConstants { | |
| public static int getBAD_VALUENO() { | |
| return XapianJNI.BAD_VALUENO_get(); | |
| } | |
| public static String sortableSerialise(double value) { | |
| return XapianJNI.sortableSerialise(value); | |
| } | |
| public static double sortableUnserialise(String value) { | |
| return XapianJNI.sortableUnserialise(value); | |
| } | |
| public static double milesToMetres(double miles) { | |
| return XapianJNI.milesToMetres(miles); | |
| } | |
| public static double metresToMiles(double metres) { | |
| return XapianJNI.metresToMiles(metres); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment