Skip to content

Instantly share code, notes, and snippets.

@kamichidu
Created July 29, 2014 04:03
Show Gist options
  • Select an option

  • Save kamichidu/11309bdb2f0d0ebdf3fa to your computer and use it in GitHub Desktop.

Select an option

Save kamichidu/11309bdb2f0d0ebdf3fa to your computer and use it in GitHub Desktop.
---
classes:
- name: 'java.util.List'
interfaces: ['java.util.Collection', 'java.lang.Iterable']
superclass: 'java.util.Collection'
comment_text: ''
since: '1.2'
see:
- 'java.util.Collection'
- 'java.util.Set'
- 'java.util.Arrays.asList(Object[])'
fields:
- name: 'aField'
type: 'java.lang.String'
constant_value: ''
comment_text: ''
is_public: true
is_protected: true
is_private: true
is_static: true
is_final: true
constructors:
- name: 'Ctor'
comment_text: ''
parameters:
- name: '1stArg'
type: 'QualifiedTypeName'
comment_text: ''
throws:
- type: 'java.lang.NullPointerException'
comment_text: ''
is_public: true
is_protected: true
is_private: true
methods:
- name: 'Method'
comment_text: ''
return_type: 'java.lang.Long'
parameters:
- name: '1stArg'
type: 'QualifiedTypeName'
comment_text: ''
throws:
- type: 'java.lang.NullPointerException'
comment_text: ''
is_public: true
is_protected: true
is_private: true
is_abstract: true
is_static: true
is_final: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment