Interface Wrapper<T>

Type Parameters:
T - 原始对象类型
All Known Subinterfaces:
Poolable<T>
All Known Implementing Classes:
AbstractCollValueMap, ArrayWrapper, BiMap, BomReader, CamelCaseLinkedMap, CamelCaseMap, CaseInsensitiveLinkedMap, CaseInsensitiveMap, CaseInsensitiveTreeMap, CollectionValueMap, CustomKeyMap, Dictionary, FileReader, FileWrapper, FileWriter, FuncKeyMap, FuncMap, Graph, LineReader, LinkedForestMap.EntryNodeWrapper, ListValueMap, MapWrapper, PartitionPoolable, ReaderWrapper, SetValueMap, SimpleWrapper, TolerantMap, TransMap, WatchServiceWrapper

public interface Wrapper<T>
包装接口
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    获取原始对象
  • Method Details

    • getRaw

      T getRaw()
      获取原始对象
      Returns:
      原始对象