aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/HashMap$3.h
blob: dc988a071937994de0a748847d0d988cbeaf4266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_util_HashMap$3__
#define __java_util_HashMap$3__

#pragma interface

#include <java/util/AbstractSet.h>

class java::util::HashMap$3 : public ::java::util::AbstractSet
{

public: // actually package-private
  HashMap$3(::java::util::HashMap *);
public:
  virtual jint size();
  virtual ::java::util::Iterator * iterator();
  virtual void clear();
  virtual jboolean contains(::java::lang::Object *);
  virtual jboolean remove(::java::lang::Object *);
public: // actually package-private
  ::java::util::HashMap * __attribute__((aligned(__alignof__( ::java::util::AbstractSet)))) this$0;
public:
  static ::java::lang::Class class$;
};

#endif // __java_util_HashMap$3__
so, delete this exception statement from your version. */ package java.security; /** * This interface specified no methods. In simply provides a common * super-interface for all algorithm specific private key values. * * @author Aaron M. Renn <arenn@urbanophile.com> * @see Key * @see PublicKey * @see Certificate * @see Signature#initVerify(PublicKey) * @see DSAPrivateKey * @see RSAPrivateKey * @see RSAPrivateCrtKey * @since 1.1 * @status updated to 1.4 */ public interface PrivateKey extends Key { /** * The version identifier used for serialization. */ long serialVersionUID = 6034044314589513430L; } // interface PrivateKey