package blackberry.application;

public class Device {
    public static boolean atLeast(int i, int j) {

        return true;
    }
}
