一个非常绚丽的j2em徒刑库

源代码在线查看: addressbook.java

软件大小: 96 K
上传用户: thor
关键词: j2em
下载地址: 免注册下载 普通下载 VIP

相关代码

				// 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)
				    {
				    }
				}
							

相关资源