📄 addressbook.java
字号:
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3)
// Source File Name: AddressBook.java
package com.tricastmedia.twuik.tas.resource;
import java.io.IOException;
import java.util.Vector;
import javax.microedition.pim.*;
public class AddressBook
{
public static interface Comparator
{
public abstract int compare(Contact contact, Contact contact1);
}
public AddressBook()
{
}
public ContactList getContactList()
{
return null;
}
public Vector getContacts()
throws PIMException
{
PIMException exc0 = null;
return null;
}
public Vector getFilteredContacts(Contact p0)
throws PIMException
{
PIMException exc0 = null;
return null;
}
public static AddressBook getInstance()
{
return null;
}
public Vector load(String p0)
throws IOException
{
IOException exc0 = null;
return null;
}
public void close()
throws PIMException
{
PIMException exc0 = null;
}
public void save(String p0)
throws IOException
{
IOException exc0 = null;
}
public void open()
throws PIMException
{
PIMException exc0 = null;
}
public static void sort(Vector vector, Comparator comparator)
{
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -