Interface XWrapper<T>

Type Parameters:
T - 原始对象类型
All Known Implementing Classes:
AbstractCollValueMap, CamelCaseLinkedMap, CamelCaseMap, CaseInsensitiveLinkedMap, CaseInsensitiveMap, CaseInsensitiveTreeMap, CollectionValueMap, CustomKeyMap, Dictionary, DuplexingMap, FileReader, FileWrapper, FileWriter, FuncKeyMap, FuncMap, LinkedForestMap.EntryNodeWrapper, ListValueMap, MapWrapper, SetValueMap, TolerantMap, TransitionMap

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

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

    • getRaw

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