package kaffe.util;
public class DoubleLinkedObject
{
public Object data;
public DoubleLinkedObject prev;
public DoubleLinkedObject next;
public DoubleLinkedObject ( Object data, DoubleLinkedObj
/* AccessibleState.java -- a state of an accessible object
Copyright (C) 2002 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
/* AccessibleRole.java -- the primary role of an accessible object
Copyright (C) 2002 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistri
/* AccessibleContext.java -- the context of an accessible object
Copyright (C) 2002 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribu
/* ObjectInputValidation.java -- Validate an object
Copyright (C) 1998, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribu