// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   Edge.java

package Scrabble;


public class Edge
{

    public Edge(int i)
    {
        _l = (byte)(i >>> 27);
        _d = i >>> 2 & 0x1ffffff;
        _t = (i & 0x2) != 0;
        _e = (i & 0x1) != 0;
    }

    public byte _l;
    public int _d;
    public boolean _t;
    public boolean _e;
}
