comparison core/src/luan/modules/Table.luan @ 407:7fd9f1b7b878

replace LuanPropertyTable with LuanPropertyMeta
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 29 Apr 2015 13:01:00 -0600
parents 7f7708e8fdd4
children 55f9f74f1e55
comparison
equal deleted inserted replaced
406:9321a33b9b1c 407:7fd9f1b7b878
2 local TableLuan = require "java:luan.modules.TableLuan" 2 local TableLuan = require "java:luan.modules.TableLuan"
3 3
4 clone = TableLuan.clone 4 clone = TableLuan.clone
5 concat = TableLuan.concat 5 concat = TableLuan.concat
6 insert = TableLuan.insert 6 insert = TableLuan.insert
7 new_property_table = TableLuan.new_property_table
7 pack = TableLuan.pack 8 pack = TableLuan.pack
8 remove = TableLuan.remove 9 remove = TableLuan.remove
9 sort = TableLuan.sort 10 sort = TableLuan.sort
10 sub_list = TableLuan.sub_list 11 sub_list = TableLuan.sub_list
11 unpack = TableLuan.unpack 12 unpack = TableLuan.unpack