⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 w.java

📁 webviwer,一个基于j2me的浏览器
💻 JAVA
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 

import java.util.Enumeration;
import java.util.Vector;

public class w
{

    private String e;
    private boolean a;
    private String d;
    private String f;
    private Vector c;
    private Vector b;

    w(String s, boolean flag, String s1, String s2)
    {
        e = s;
        a = flag;
        d = s1;
        f = s2;
        c = new Vector();
        b = new Vector();
    }

    public String b()
    {
        if(a)
            return "post";
        else
            return "get";
    }

    void b(z z1)
    {
        for(Enumeration enumeration = b.elements(); enumeration.hasMoreElements();)
        {
            z z2 = (z)enumeration.nextElement();
            if(z2 != z1 && ((u) (z2)).c.equals(((u) (z1)).c))
                z2.a(false);
        }

    }

    void a(z z1)
    {
        b.addElement(z1);
        a(((u) (z1)));
    }

    void a(u u1)
    {
        c.addElement(u1);
    }

    public void a(l l1)
    {
        Vector vector = new Vector(c.size());
        for(Enumeration enumeration = c.elements(); enumeration.hasMoreElements();)
        {
            u u1 = (u)enumeration.nextElement();
            if(u1.b())
                if((u1 instanceof e) && ((e)u1).b)
                {
                    for(Enumeration enumeration1 = ((e)u1).d.elements(); enumeration1.hasMoreElements();)
                    {
                        p p1 = (p)enumeration1.nextElement();
                        if(p1.c)
                            vector.addElement(new q(u1.c, p1.b()));
                    }

                } else
                {
                    vector.addElement(new q(u1.c, u1.d()));
                }
        }

        q aq[] = new q[vector.size()];
        vector.copyInto(aq);
        vector = null;
        l1.g();
        l1.a(e, b(), d, aq, f);
    }

    public void a()
    {
        for(Enumeration enumeration = c.elements(); enumeration.hasMoreElements(); ((u)enumeration.nextElement()).e());
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -