multiton

(noun, adjective)

adjective

1. Weighing more than one ton.

noun

1. (software, design) A creational design pattern resembling the singleton pattern except that multiple keyed instances of the class can be created.

2. (programming) The class used for the multiton pattern.