JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.asn1s.api
Interface Disposable
All Known Subinterfaces:
ClassFieldType
,
ClassType
,
CollectionOfType
,
CollectionType
,
CollectionTypeExtensionGroup
,
ComponentType
,
DefinedType
,
DefinedValue
,
Enumerated
,
Module
,
NamedType
,
TaggedType
,
Type
public interface
Disposable
Allows better memory management through cutting off some chunky nets of objects
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
dispose
()
Dispose all data of this object.
Method Detail
dispose
void dispose()
Dispose all data of this object. Calling this method will cause further use of object possibly impossible
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2017. All rights reserved.