Serialized Form
-
Package groovy.inspect.swingui
-
Class groovy.inspect.swingui.TableMap extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
model
javax.swing.table.TableModel model
-
-
-
Class groovy.inspect.swingui.TableSorter extends TableMap implements Serializable
-
Serialized Fields
-
ascending
boolean ascending
-
indexes
int[] indexes
-
lastSortedColumn
int lastSortedColumn
-
sortingColumns
java.util.Vector sortingColumns
-
-
-
Class groovy.inspect.swingui.TreeNodeWithProperties extends javax.swing.tree.DefaultMutableTreeNode implements Serializable
-
Serialized Fields
-
properties
java.util.List<java.util.List<java.lang.String>> properties
-
-
-
-
Package groovy.jmx.builder
-
Class groovy.jmx.builder.JmxBuilderException extends java.lang.RuntimeException implements Serializable
-
-
Package groovy.json
-
Class groovy.json.JsonException extends java.lang.RuntimeException implements Serializable
-
-
Package groovy.lang
-
Class groovy.lang.Closure extends GroovyObjectSupport implements Serializable
- serialVersionUID:
- 4368710879820278874L
-
Serialized Fields
-
bcw
BooleanClosureWrapper bcw
-
delegate
java.lang.Object delegate
-
directive
int directive
-
maximumNumberOfParameters
int maximumNumberOfParameters
-
owner
java.lang.Object owner
-
parameterTypes
java.lang.Class[] parameterTypes
-
resolveStrategy
int resolveStrategy
-
thisObject
java.lang.Object thisObject
-
-
Class groovy.lang.ClosureException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
closure
Closure closure
-
-
-
Class groovy.lang.DeprecationException extends java.lang.RuntimeException implements Serializable
-
Class groovy.lang.GroovyRuntimeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
module
ModuleNode module
-
node
ASTNode node
-
-
-
Class groovy.lang.GString extends GroovyObjectSupport implements Serializable
- serialVersionUID:
- -2638020355892246323L
-
Serialized Fields
-
values
java.lang.Object[] values
-
-
Class groovy.lang.IllegalPropertyAccessException extends MissingPropertyException implements Serializable
-
Class groovy.lang.IncorrectClosureArgumentsException extends GroovyRuntimeException implements Serializable
-
Serialized Fields
-
arguments
java.lang.Object arguments
-
closure
Closure closure
-
expected
java.lang.Class[] expected
-
-
-
Class groovy.lang.MetaClassRegistryChangeEvent extends java.util.EventObject implements Serializable
-
Class groovy.lang.MissingClassException extends GroovyRuntimeException implements Serializable
-
Serialized Fields
-
type
java.lang.String type
-
-
-
Class groovy.lang.MissingFieldException extends GroovyRuntimeException implements Serializable
-
Serialized Fields
-
field
java.lang.String field
-
type
java.lang.Class type
-
-
-
Class groovy.lang.MissingMethodException extends GroovyRuntimeException implements Serializable
-
Serialized Fields
-
arguments
java.lang.Object[] arguments
-
isStatic
boolean isStatic
-
method
java.lang.String method
-
type
java.lang.Class type
-
-
-
Class groovy.lang.MissingPropertyException extends GroovyRuntimeException implements Serializable
-
Serialized Fields
-
property
java.lang.String property
-
type
java.lang.Class type
-
-
-
Class groovy.lang.NonEmptySequence extends Sequence implements Serializable
-
Class groovy.lang.ReadOnlyPropertyException extends MissingPropertyException implements Serializable
-
Class groovy.lang.Reference extends GroovyObjectSupport implements Serializable
-
Serialized Fields
-
value
T value
-
-
-
Class groovy.lang.Sequence extends java.util.ArrayList implements Serializable
-
Serialized Fields
-
hashCode
int hashCode
-
metaClass
MetaClass metaClass
-
type
java.lang.Class type
-
-
-
Class groovy.lang.SpreadListEvaluatingException extends GroovyRuntimeException implements Serializable
-
Class groovy.lang.SpreadMap extends java.util.HashMap implements Serializable
-
Serialized Fields
-
hashCode
int hashCode
-
mapData
java.util.Map mapData
-
-
-
Class groovy.lang.SpreadMapEvaluatingException extends GroovyRuntimeException implements Serializable
-
Class groovy.lang.StringWriterIOException extends java.lang.RuntimeException implements Serializable
-
-
Package groovy.model
-
Class groovy.model.DefaultTableColumn extends javax.swing.table.TableColumn implements Serializable
-
Serialized Fields
-
valueModel
ValueModel valueModel
-
-
-
Class groovy.model.DefaultTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
columnModel
DefaultTableModel.MyTableColumnModel columnModel
-
rowModel
ValueModel rowModel
-
rowsModel
ValueModel rowsModel
-
-
-
Class groovy.model.DefaultTableModel.MyTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable
-
-
Package groovy.security
-
Class groovy.security.GroovyCodeSourcePermission extends java.security.BasicPermission implements Serializable
-
-
Package groovy.servlet
-
Class groovy.servlet.AbstractHttpServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
encoding
java.lang.String encoding
Encoding to use, becomes charset part of contentType. -
logGROOVY861
boolean logGROOVY861
Debug flag logging the class the class loader of the request. -
reflection
boolean reflection
Mirrors the static value of the reflection flag in MetaClass. See AbstractHttpServlet#logGROOVY861 -
resourceNameMatcher
java.util.regex.Matcher resourceNameMatcher
Eithernull
or a compiled pattern matcher read from "resource.name.regex
" and used inAbstractHttpServlet.getScriptUri(HttpServletRequest)
. -
resourceNameReplaceAll
boolean resourceNameReplaceAll
The replace method to use on the matcher.true - replaceAll(resourceNameReplacement); (default) false - replaceFirst(resourceNameReplacement);
-
resourceNameReplacement
java.lang.String resourceNameReplacement
The replacement used by the resource name matcher. -
servletContext
javax.servlet.ServletContext servletContext
Servlet (or the web application) context. -
verbose
boolean verbose
Controls almost all log output.
-
-
-
Class groovy.servlet.GroovyServlet extends AbstractHttpServlet implements Serializable
-
Serialized Fields
-
gse
GroovyScriptEngine gse
The script engine executing the Groovy scripts for this servlet
-
-
-
Class groovy.servlet.TemplateServlet extends AbstractHttpServlet implements Serializable
-
Serialized Fields
-
cache
java.util.Map<java.lang.String,groovy.servlet.TemplateServlet.TemplateCacheEntry> cache
Simple file name to template cache map. -
engine
TemplateEngine engine
Underlying template engine used to evaluate template source files. -
fileEncodingParamVal
java.lang.String fileEncodingParamVal
-
generateBy
boolean generateBy
Flag that controls the appending of the "Generated by ..." comment.
-
-
-
-
Package groovy.swing.impl
-
Class groovy.swing.impl.ClosureCellEditor extends javax.swing.AbstractCellEditor implements Serializable
-
Serialized Fields
-
callbacks
java.util.Map<java.lang.String,Closure> callbacks
-
children
java.util.List children
-
column
int column
-
defaultEditor
boolean defaultEditor
-
editorValue
Closure editorValue
-
expanded
boolean expanded
-
leaf
boolean leaf
-
prepareEditor
Closure prepareEditor
-
row
int row
-
selected
boolean selected
-
table
javax.swing.JTable table
-
tree
javax.swing.JTree tree
-
value
java.lang.Object value
-
-
-
Class groovy.swing.impl.DefaultAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
closure
Closure closure
-
-
-
Class groovy.swing.impl.TableLayout extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
cellpadding
int cellpadding
-
rowCount
int rowCount
-
-
-
-
Package groovy.ui
-
Class groovy.ui.ConsoleApplet extends javax.swing.JApplet implements Serializable
-
Serialized Fields
-
console
groovy.ui.Console console
-
-
-
Class groovy.ui.ConsoleTextEditor extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
defaultFamily
java.lang.String defaultFamily
-
documentChangedSinceLastRepaint
boolean documentChangedSinceLastRepaint
-
editable
boolean editable
-
numbersPanel
groovy.ui.ConsoleTextEditor.LineNumbersPanel numbersPanel
-
printAction
groovy.ui.ConsoleTextEditor.PrintAction printAction
-
redoAction
groovy.ui.ConsoleTextEditor.RedoAction redoAction
-
textEditor
TextEditor textEditor
-
undoAction
groovy.ui.ConsoleTextEditor.UndoAction undoAction
-
undoManager
TextUndoManager undoManager
-
-
-
-
Package groovy.ui.text
-
Class groovy.ui.text.AutoIndentAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
simpleAttributeSet
javax.swing.text.AttributeSet simpleAttributeSet
-
-
-
Class groovy.ui.text.TextEditor extends javax.swing.JTextPane implements Serializable
-
Serialized Fields
-
defaultCaret
javax.swing.text.Caret defaultCaret
-
mouseAdapter
java.awt.event.MouseAdapter mouseAdapter
-
multiLineTab
boolean multiLineTab
-
numPages
int numPages
-
overtypeCaret
javax.swing.text.Caret overtypeCaret
-
tabsAsSpaces
boolean tabsAsSpaces
-
unwrapped
boolean unwrapped
-
-
-
Class groovy.ui.text.TextUndoManager extends javax.swing.undo.UndoManager implements Serializable
-
Serialized Fields
-
compoundEdit
groovy.ui.text.TextUndoManager.StructuredEdit compoundEdit
-
firstModified
long firstModified
-
modificationMarker
javax.swing.undo.UndoableEdit modificationMarker
-
propChangeSupport
javax.swing.event.SwingPropertyChangeSupport propChangeSupport
-
-
-
-
Package groovy.util
-
Class groovy.util.Node extends java.lang.Object implements Serializable
- serialVersionUID:
- 4121134753270542643L
-
Serialized Fields
-
attributes
java.util.Map attributes
-
name
java.lang.Object name
-
parent
Node parent
-
value
java.lang.Object value
-
-
Class groovy.util.NodeList extends java.util.ArrayList implements Serializable
-
Class groovy.util.ObservableList.ElementAddedEvent extends ObservableList.ElementEvent implements Serializable
-
Class groovy.util.ObservableList.ElementClearedEvent extends ObservableList.ElementEvent implements Serializable
-
Serialized Fields
-
values
java.util.List values
-
-
-
Class groovy.util.ObservableList.ElementEvent extends java.beans.PropertyChangeEvent implements Serializable
-
Serialized Fields
-
index
int index
-
type
ObservableList.ChangeType type
-
-
-
Class groovy.util.ObservableList.ElementRemovedEvent extends ObservableList.ElementEvent implements Serializable
-
Class groovy.util.ObservableList.ElementUpdatedEvent extends ObservableList.ElementEvent implements Serializable
-
Class groovy.util.ObservableList.MultiElementAddedEvent extends ObservableList.ElementEvent implements Serializable
-
Serialized Fields
-
values
java.util.List values
-
-
-
Class groovy.util.ObservableList.MultiElementRemovedEvent extends ObservableList.ElementEvent implements Serializable
-
Serialized Fields
-
values
java.util.List values
-
-
-
Class groovy.util.ObservableMap.MultiPropertyEvent extends ObservableMap.PropertyEvent implements Serializable
-
Serialized Fields
-
events
ObservableMap.PropertyEvent[] events
-
-
-
Class groovy.util.ObservableMap.PropertyAddedEvent extends ObservableMap.PropertyEvent implements Serializable
-
Class groovy.util.ObservableMap.PropertyClearedEvent extends ObservableMap.PropertyEvent implements Serializable
-
Serialized Fields
-
values
java.util.Map values
-
-
-
Class groovy.util.ObservableMap.PropertyEvent extends java.beans.PropertyChangeEvent implements Serializable
-
Serialized Fields
-
type
ObservableMap.ChangeType type
-
-
-
Class groovy.util.ObservableMap.PropertyRemovedEvent extends ObservableMap.PropertyEvent implements Serializable
-
Class groovy.util.ObservableMap.PropertyUpdatedEvent extends ObservableMap.PropertyEvent implements Serializable
-
Class groovy.util.ResourceException extends java.lang.Exception implements Serializable
-
Class groovy.util.ScriptException extends java.lang.Exception implements Serializable
-
-
Package groovy.xml
-
Class groovy.xml.QName extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Ensure that deserialization properly interns the results.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
localPart
java.lang.String localPart
Field localPart -
namespaceURI
java.lang.String namespaceURI
Field namespaceURI -
prefix
java.lang.String prefix
Field prefix
-
-
-
-
Package org.codehaus.groovy
-
Class org.codehaus.groovy.GroovyBugError extends java.lang.AssertionError implements Serializable
-
Serialized Fields
-
exception
java.lang.Exception exception
-
message
java.lang.String message
-
-
-
Class org.codehaus.groovy.GroovyException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
fatal
boolean fatal
-
-
-
-
Package org.codehaus.groovy.ant
-
Class org.codehaus.groovy.ant.AntProjectPropertiesDelegate extends java.util.Hashtable implements Serializable
-
Serialized Fields
-
project
org.apache.tools.ant.Project project
-
-
-
-
Package org.codehaus.groovy.antlr
-
Class org.codehaus.groovy.antlr.ASTParserException extends ParserException implements Serializable
-
Serialized Fields
-
ast
antlr.collections.AST ast
-
-
-
Class org.codehaus.groovy.antlr.ASTRuntimeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
ast
antlr.collections.AST ast
-
-
-
Class org.codehaus.groovy.antlr.GroovySourceAST extends antlr.CommonAST implements Serializable
-
Serialized Fields
-
col
int col
-
colLast
int colLast
-
line
int line
-
lineLast
int lineLast
-
snippet
java.lang.String snippet
-
-
-
Class org.codehaus.groovy.antlr.LexerFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
border1
javax.swing.border.Border border1
-
border2
javax.swing.border.Border border2
-
jbutton
javax.swing.JButton jbutton
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
jScrollPane2
javax.swing.JScrollPane jScrollPane2
-
jSplitPane1
javax.swing.JSplitPane jSplitPane1
-
lexerClass
java.lang.Class lexerClass
-
loadFileAction
javax.swing.Action loadFileAction
-
mainPanel
javax.swing.JPanel mainPanel
-
scriptPane
javax.swing.JTextArea scriptPane
-
tokenPane
javax.swing.JTextPane tokenPane
-
tokens
java.util.Hashtable tokens
-
-
-
-
Package org.codehaus.groovy.classgen
-
Class org.codehaus.groovy.classgen.ClassGeneratorException extends java.lang.RuntimeException implements Serializable
-
-
Package org.codehaus.groovy.control
-
Class org.codehaus.groovy.control.CompilationFailedException extends GroovyRuntimeException implements Serializable
-
Serialized Fields
-
phase
int phase
-
unit
ProcessingUnit unit
-
-
-
Class org.codehaus.groovy.control.ConfigurationException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
cause
java.lang.Exception cause
-
-
-
Class org.codehaus.groovy.control.MultipleCompilationErrorsException extends CompilationFailedException implements Serializable
-
Serialized Fields
-
collector
ErrorCollector collector
-
-
-
-
Package org.codehaus.groovy.reflection
-
Class org.codehaus.groovy.reflection.GeneratedMetaMethod.DgmMethodRecord extends java.lang.Object implements Serializable
-
Serialized Fields
-
className
java.lang.String className
-
methodName
java.lang.String methodName
-
parameters
java.lang.Class[] parameters
-
returnType
java.lang.Class returnType
-
-
-
-
Package org.codehaus.groovy.runtime
-
Class org.codehaus.groovy.runtime.ComposedClosure extends Closure<V> implements Serializable
-
Class org.codehaus.groovy.runtime.ConversionHandler extends java.lang.Object implements Serializable
- serialVersionUID:
- 1162833717190835227L
-
Serialized Fields
-
delegate
java.lang.Object delegate
-
-
Class org.codehaus.groovy.runtime.ConvertedClosure extends ConversionHandler implements Serializable
- serialVersionUID:
- 1162833713450835227L
-
Serialized Fields
-
methodName
java.lang.String methodName
-
-
Class org.codehaus.groovy.runtime.ConvertedMap extends ConversionHandler implements Serializable
-
Class org.codehaus.groovy.runtime.CurriedClosure extends Closure<V> implements Serializable
-
Serialized Fields
-
curriedParams
java.lang.Object[] curriedParams
-
index
int index
-
numTrailingArgs
int numTrailingArgs
-
varargType
java.lang.Class varargType
-
-
-
Class org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethodList extends java.util.ArrayList<org.codehaus.groovy.runtime.GroovyCategorySupport.CategoryMethod> implements Serializable
-
Serialized Fields
-
level
int level
-
previous
GroovyCategorySupport.CategoryMethodList previous
-
usage
java.util.concurrent.atomic.AtomicInteger usage
-
-
-
Class org.codehaus.groovy.runtime.GroovyCategorySupport.ThreadCategoryInfo extends java.util.HashMap<java.lang.String,GroovyCategorySupport.CategoryMethodList> implements Serializable
-
Serialized Fields
-
level
int level
-
propertyGetterMap
java.util.Map<java.lang.String,java.lang.String> propertyGetterMap
-
propertySetterMap
java.util.Map<java.lang.String,java.lang.String> propertySetterMap
-
-
-
Class org.codehaus.groovy.runtime.GStringImpl extends GString implements Serializable
-
Serialized Fields
-
strings
java.lang.String[] strings
-
-
-
Class org.codehaus.groovy.runtime.InvokerInvocationException extends GroovyRuntimeException implements Serializable
-
Class org.codehaus.groovy.runtime.IteratorClosureAdapter extends Closure implements Serializable
-
Class org.codehaus.groovy.runtime.MethodClosure extends Closure implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
readResolve
private java.lang.Object readResolve()
-
-
Serialized Fields
-
method
java.lang.String method
-
-
-
Class org.codehaus.groovy.runtime.ScriptReference extends Reference implements Serializable
-
Serialized Fields
-
script
Script script
-
variable
java.lang.String variable
-
-
-
Class org.codehaus.groovy.runtime.WritableFile extends java.io.File implements Serializable
-
Serialized Fields
-
encoding
java.lang.String encoding
-
-
-
-
Package org.codehaus.groovy.runtime.metaclass
-
Class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap extends java.util.AbstractMap implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
Reconstitute the ConcurrentReaderHashMap instance from a stream (i.e., deserialize it).- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
Save the state of the ConcurrentReaderHashMap instance to a stream (i.e., serialize it).- Serial Data:
- The capacity of the ConcurrentReaderHashMap (the length of the bucket array) is emitted (int), followed by the size of the ConcurrentReaderHashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the ConcurrentReaderHashMap The key-value mappings are emitted in no particular order.
- Throws:
java.io.IOException
-
-
Serialized Fields
-
barrierLock
ConcurrentReaderHashMap.BarrierLock barrierLock
Lock used only for its memory effects. -
loadFactor
float loadFactor
The load factor for the hash table. -
threshold
int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is always (int)(capacity * loadFactor).)
-
-
-
Class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.BarrierLock extends java.lang.Object implements Serializable
-
Class org.codehaus.groovy.runtime.metaclass.MethodSelectionException extends GroovyRuntimeException implements Serializable
-
Serialized Fields
-
arguments
java.lang.Class[] arguments
-
methodName
java.lang.String methodName
-
methods
FastArray methods
-
-
-
Class org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack extends MissingMethodException implements Serializable
-
Class org.codehaus.groovy.runtime.metaclass.MissingMethodExecutionFailed extends MissingMethodExceptionNoStack implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
-
Class org.codehaus.groovy.runtime.metaclass.MissingPropertyExceptionNoStack extends MissingPropertyException implements Serializable
-
-
Package org.codehaus.groovy.runtime.powerassert
-
Class org.codehaus.groovy.runtime.powerassert.PowerAssertionError extends java.lang.AssertionError implements Serializable
-
Class org.codehaus.groovy.runtime.powerassert.SourceTextNotAvailableException extends java.lang.RuntimeException implements Serializable
-
-
Package org.codehaus.groovy.runtime.typehandling
-
Class org.codehaus.groovy.runtime.typehandling.GroovyCastException extends java.lang.ClassCastException implements Serializable
-
-
Package org.codehaus.groovy.syntax
-
Class org.codehaus.groovy.syntax.ParserException extends TokenException implements Serializable
-
Class org.codehaus.groovy.syntax.ReadException extends GroovyException implements Serializable
-
Serialized Fields
-
cause
java.io.IOException cause
-
-
-
Class org.codehaus.groovy.syntax.RuntimeParserException extends GroovyRuntimeException implements Serializable
-
Class org.codehaus.groovy.syntax.SyntaxException extends GroovyException implements Serializable
-
Serialized Fields
-
column
int column
Column upon which the error occurred. -
line
int line
Line upon which the error occurred. -
sourceLocator
java.lang.String sourceLocator
-
-
-
Class org.codehaus.groovy.syntax.TokenException extends SyntaxException implements Serializable
-
Class org.codehaus.groovy.syntax.TokenMismatchException extends TokenException implements Serializable
-
Serialized Fields
-
expectedType
int expectedType
-
unexpectedToken
Token unexpectedToken
-
-
-
-
Package org.codehaus.groovy.tools.gse
-
Class org.codehaus.groovy.tools.gse.StringSetMap extends java.util.LinkedHashMap<java.lang.String,java.util.Set<java.lang.String>> implements Serializable
-
-
Package org.codehaus.groovy.tools.shell
-
Class org.codehaus.groovy.tools.shell.CommandException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
command
Command command
-
-
-
Class org.codehaus.groovy.tools.shell.ExitNotification extends java.lang.Error implements Serializable
-
Serialized Fields
-
code
int code
-
-
-
-
Package org.codehaus.groovy.util
-
Class org.codehaus.groovy.util.AbstractConcurrentMap.Segment extends AbstractConcurrentMapBase.Segment implements Serializable
-
Class org.codehaus.groovy.util.AbstractConcurrentMapBase.Segment extends LockableObject implements Serializable
-
Serialized Fields
-
count
int count
-
table
java.lang.Object[] table
-
threshold
int threshold
-
-
-
Class org.codehaus.groovy.util.LazyReference extends LockableObject implements Serializable
-
Serialized Fields
-
bundle
ReferenceBundle bundle
-
reference
ManagedReference<T> reference
-
-
-
Class org.codehaus.groovy.util.LockableObject extends java.util.concurrent.locks.AbstractQueuedSynchronizer implements Serializable
-
Class org.codehaus.groovy.util.ManagedConcurrentMap.Segment extends AbstractConcurrentMap.Segment<K,V> implements Serializable
-
Serialized Fields
-
bundle
ReferenceBundle bundle
-
-
-