forked from fanruan/finekit
zjz1993
5 years ago
1 changed files with 0 additions and 23 deletions
@ -1,23 +0,0 @@
|
||||
package com.fanruan.api.cal.namespace; |
||||
import java.util.Collection; |
||||
|
||||
/** |
||||
* 生成一个链表类 |
||||
* */ |
||||
public class FArray<T> extends com.fr.general.FArray{ |
||||
public FArray(){ |
||||
|
||||
} |
||||
/** |
||||
* 通过使用一个无需集合生成的链表类 |
||||
* */ |
||||
public FArray(Collection<T> collection) { |
||||
super(collection); |
||||
} |
||||
/** |
||||
* 通过使用一个数组生成的链表类 |
||||
* */ |
||||
public FArray(T[] array) { |
||||
super(array); |
||||
} |
||||
} |
Loading…
Reference in new issue