<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>泛型数组 on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/%E6%B3%9B%E5%9E%8B%E6%95%B0%E7%BB%84/</link>
    <description>Recent content in 泛型数组 on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 10 Nov 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/%E6%B3%9B%E5%9E%8B%E6%95%B0%E7%BB%84/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Java反射之创建泛型数组</title>
      <link>https://blog.hankmo.com/posts/tech/reflect-generic-array/</link>
      <pubDate>Wed, 10 Nov 2021 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/tech/reflect-generic-array/</guid>
      <description>泛型是编译期特性，我们能否创建泛型数组呢？通过 `Array` 类，除了可以动态的获取和设置数组的元素，还可以动态创建类型安全的数组。</description>
    </item>
  </channel>
</rss>
