>DansTonCode();

Tous les codes sourcespage 51

Java
  6 July, 2014 à 11:48
#134
    /**
     *  BLANK_STRING storing "" for comparision
     */
    public static transient String BLANK_STRING = "";
    /**
     * The empty String <code>""</code>.
     *  
     */
    public static final String EMPTY = "";
Java
  6 July, 2014 à 06:06
#195
boolean isTrue(boolean b) {
        HashMap map = new HashMap();
        b = ! !b;
        if (!(!(b == !b)) == false) {
            map.put(false, !(!(b != !b)));
        }
        return !map.containsKey(b) & (!true | !false);
    }