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.dromara.hutool.core.lang.wrapper
Interface Wrapper<T>
Type Parameters:
T
- 原始对象类型
All Known Subinterfaces:
Poolable
<T>
All Known Implementing Classes:
AbsCollValueMap
,
ArrayWrapper
,
BiMap
,
BomReader
,
BoundedList
,
CamelCaseLinkedMap
,
CamelCaseMap
,
CaseInsensitiveLinkedMap
,
CaseInsensitiveMap
,
CaseInsensitiveTreeMap
,
CollectionValueMap
,
CustomKeyMap
,
DelegatedExecutorService
,
Dict
,
FileReader
,
FileWrapper
,
FileWriter
,
FinalizableDelegatedExecutorService
,
FuncKeyMap
,
FuncMap
,
Graph
,
LineReader
,
LinkedForestMap.EntryNodeWrapper
,
ListValueMap
,
ListWrapper
,
MapWrapper
,
PartitionPoolable
,
ReaderWrapper
,
SetValueMap
,
SetWrapper
,
SimplePoolable
,
SimpleWrapper
,
TolerantMap
,
TransMap
,
WatchServiceWrapper
public interface
Wrapper<T>
包装接口
Since:
6.0.0
Author:
looly
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getRaw
()
获取原始对象
Method Detail
getRaw
T
getRaw()
获取原始对象
Returns:
原始对象
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 © 2024. All rights reserved.