Interface ISafeCollection

All Known Implementing Classes:
IntegerList, IntegerSet, LongList, LongSet, SafeHashSet, SafeList, SafeMap, StringList, StringSet

public interface ISafeCollection
Author:
qiunet 2020-03-11 09:38
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    将集合转为安全集合.
  • Method Details

    • convertToUnmodifiable

      void convertToUnmodifiable()
      将集合转为安全集合. 不可写.